@charset "UTF-8";

/*---------- 共通 ----------*/
.container {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .container {
    width: 960px;
  }
}

.d-inline-block {
	display: inline-block;
}

.mx-auto {
	margin: 0 auto;
}

.fc-pink {
	color: #e7198c;
}

.yellow_line {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

h2 {
	line-height: 1.4;
	font-size: 5.6vw;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6vw;
}

h3 {
	font-size: 4.5vw;
	font-weight: bold;
}

.slash {
	position: relative;
	display: inline-block;
}

.slash::before,
.slash::after {
	position: absolute;
	content: "";
	background-color: #333;
	height: 100%;
	width: 1px;
	bottom: 0;
}

.slash::before {
	transform: rotate(-40deg);
	left: -6vw;
}

.slash::after {
	transform: rotate(40deg);
	right: -6vw;
}

.letterspacing_0 {
	letter-spacing: 0 !important;
}

.font-italic {
	transform: skewX(-7deg);
}

@media screen and (max-width: 640px) {
	.mb20 {
		margin-bottom: 4vw;
	}

	.mt20 {
		margin-top: 4vw;
	}

	.mb-sp {
		margin-bottom: 1vw;
	}
}

@media screen and (min-width: 641px) {
	.fc-pink.-sp {
		color: #555;
	}

	.fw_b.-sp {
		font-weight: normal;
	}

	.container {
		width: 960px;
	}

	h2 {
		font-size: 30px;
		margin-bottom: 3rem;
	}

	h3 {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.slash::before,
	.slash::after {
		width: 2px;
	}

	.slash::before {
		left: -14px;
	}

	.slash::after {
		right: -14px;
	}
}

/*---------- 注釈 ----------*/
ul.mv_kome {
  max-width: 940px;
  width: 96%;
  margin: 0.5rem auto 0;
  counter-reset: number;
  padding-left: 1.5em;
  box-sizing: border-box;
}

ul.mv_kome.-countUp {
  width: 100%;
  counter-reset: number 2;
}

ul.mv_kome li {
  font-size: 11px;
  text-indent: -2em;
  list-style: none;
  line-height: 1.4;
}

ul.mv_kome li:last-child {
  margin-bottom: 0;
}

ul.mv_kome li:before {
  counter-increment: number;
  content: "※" counter(number)" ";
}

@media screen and (max-width: 640px) {
  ul.mv_kome li {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) {
  ul.mv_kome.-countUp {
    margin: 2rem auto 0;
  }
}

/*---------- メイン ----------*/
.main h1 {
	position: absolute;
	text-indent: -9999px;
}

.main_bnr_inner {
	position: relative;
}

.main_bnr_inner .kome {
	position: absolute;
	top: 59%;
    right: 15.5%;
	/* font-weight: bold; */
	-webkit-text-stroke: 3px #000;
    paint-order: stroke;
    color: #fff692;
}
.main .list-asterisk {
	width: 96%;
    margin: 0.5rem auto 0;
}
.main .list-asterisk li {
	text-align: left;
}

@media screen and (min-width: 641px) {
	.main .main_bnr_area {
		background: url(/campaign/15giga-upgrade202602/img/main.png) center top no-repeat;
		height: 425px;
	}
	.main_bnr_inner {
		width: 960px;
		height: 100%;
		margin: 0 auto;
	}
	.main_bnr_inner .kome {
		top: 178px;
        right: 64px;
		font-size: 12px;
		-webkit-text-stroke: 5px #000;
	}
	.main .list-asterisk {
		width: 800px;
	}
}

/*---------- ボタン ----------*/
.apply-button {
  margin: 1em auto;
  line-height: 1.6;
}

.app-btn {
  position: relative;
  display: block;
  max-width: 400px;
  width: 80%;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.3rem 0 1rem 2rem;
  background: linear-gradient(to bottom, #8FC31F 0%, #61B118 100%);
  color: #FFF !important;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), 2px 2px 3px rgba(0, 0, 0, .1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 0.1s;
  margin: 0 auto;
}

.app-btn img {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.app-btn.-gray {
  pointer-events: none;
  background: #999;
  background: -webkit-gradient(linear, left top, right top, from(#999), to(#666));
  background: linear-gradient(90deg, #999 0, #666);
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 0;
}

.app-btn.-gray img {
  content: none;
}

.app-btn-ano {
  font-size: 11px;
  text-align: center;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .app-btn {
    font-size: 4.5vw;
  }
  .app-btn-ano {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) {
  .app-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .app-btn img {
    left: 8%;
  }
}

/*---------- 説明 ----------*/
.about__container {
	box-sizing: border-box;
	margin: 4vw auto 0;
	width: 100%;
	padding: 6vw 4vw 4vw;
	background-color: rgba(255, 253, 213, 1);
	background-image: repeating-linear-gradient(-135deg, transparent, transparent 10px, rgba(255, 254, 225, 1) 10px, rgba(255, 254, 225, 1) 20px);
}

.about__container .mt-minus {
	margin-top: -8vw;
}

.plan-midashi {
	font-size: 4.5vw;
	margin-bottom: 3vw;
}

.about__text {
	font-size: 4vw;
	margin-bottom: 4vw;
}

.fs-big {
	font-size: 8vw;
}

.fs-middle {
	font-size: 3.5vw;
}

.fs-small {
	font-size: 3vw;
}

.about__img {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.img__plan_change p {
	padding: 2vw 0 0 3vw;
}

@media screen and (max-width: 640px) {
	.about__text {
		margin-top: 1vw;
		line-height: 1.1;
	}

	.img__plan_change,
	.img__plan_change_gift {
		width: 46%;
	}

	.img__plan_change {
		margin-right: 4vw;
	}

	.img__plan_change p {
		font-size: 2.5vw;
	}

	.about__gift {
		font-size: 5.5vw;
	}

	.about__gift .fs-big {
		font-size: 10vw;
	}
}

@media screen and (min-width: 641px) {
	.about__container {
		margin: 4rem auto 4rem;
		width: 960px;
		padding: 2rem;
	}

	.about__container .mt-minus {
		margin-top: -3rem;
	}

	.plan-midashi {
		font-size: 25px;
		letter-spacing: 4px;
		margin-bottom: 1.5rem;
	}

	.about__text {
		line-height: 1.2;
		font-size: 28px;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}

	.fs-big {
		font-size: 46px;
	}

	.fs-middle {
		font-size: 18px;
	}

	.fs-small {
		font-size: 15px;
	}

	.about__gift .fs-middle {
		font-size: 28px;
	}

	.img__plan_change p {
		padding: 7px 0 0 37px
	}

	.img__plan_change {
		margin-right: 1rem;
	}
}

.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 3rem auto 1rem;
}

@media screen and (max-width: 640px) {
  .exlarge_box {
    padding: 3rem 0;
  }
  .flex-box {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }

  .flex-box img {
    width: 60vw;
    max-width: 250px;
    display: block;
    margin: 0 auto 1rem;
  }
}

@media screen and (min-width: 641px) {
  .flex-box img {
    width: 300px;
    margin: 0 2rem 0 0;
  }
}
/* 料金 */
.change_giga_box {
	display: flex;
}

.giga_price_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 55%;
	background: #fff;
	padding: 0.5em;
	gap: 0.5em;
}

.giga_price_list:after {
	position: absolute;
	content: '';
	top: 50%;
	right: -27px;
	width: 20px;
	height: 20px;
	background: #d3cbba;
	-webkit-clip-path: polygon(50% 50%, 0 0, 0 100%);
	clip-path: polygon(50% 50%, 0 0, 0 100%);
	transform: translateY(-50%);
}

.giga_price_list li {
	width: 48.3%;
	background: #f7f5f1;
	text-align: center;
	padding: 1rem 0;
	box-sizing: border-box;
}

.giga_price_list li:nth-of-type(3) {
	width: 100%;
}

.giga_price_list li:nth-of-type(n+4) {
	margin-top: 0.5em;
}

.giga_price_list li .giga,
.giga_price_list li .giga * {
	font-weight: bold;
	line-height: 1.2;
}

.giga_price_list li .giga {
	font-size: 1.6em;
}

.giga_price_list li .unit {
	font-size: 0.7em;
}

.ex_plice_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 35%;
	text-align: center;
	background: #ffffe8;
	margin: 0 0 0 2rem;
}

.ex_plice_box * {
	margin: 0;
}

.ex_plice_box .before_price,
.ex_plice_box .after_price {
	position: relative;
}

.ex_plice_box .before_price {
	font-size: 1.5em;
	line-height: 1.1;
	margin: 0 0 1.5rem;
}

.ex_plice_box .before_price * {
	color: #333;
	letter-spacing: 1px;
}

.ex_plice_box .before_price .price {
	position: relative;
	display: inline-block;
}

.ex_plice_box .before_price .price:before {
	position: absolute;
	content: "";
	display: block;
	transform: rotate(10deg) translateX(-50%);
	background-color: #e64d97;
	width: 120%;
	height: 2px;
	bottom: 3px;
	left: 50%;
	z-index: 1;
}

.ex_plice_box .before_price:after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 3px);
	width: 20px;
	height: 20px;
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
	clip-path: polygon(100% 0, 0 0, 50% 50%);
	background: #e64d97;
}

.ex_plice_box .after_price,
.ex_plice_box .giga {
	font-size: 2.2em;
	line-height: 1;
	margin-bottom: 5px;
}

.ex_plice_box .after_price *,
.ex_plice_box .giga,
.ex_plice_box .giga * {
	font-weight: bold;
	color: #e64d97;
}

.ex_plice_box .after_price .price {
	display: flex;
	justify-content: center;
	align-items: end;
}

.ex_plice_box .price {
	font-size: 1em;
}

.ex_plice_box .unit {
	font-size: .7em;
}

.ex_plice_box .price .unit {
	text-align: center;
}

.ex_plice_box .price .unit .intax {
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin-bottom: 2px;
}

@media screen and (max-width: 640px) {
	.giga_price_list .price {
		font-size: 1.2em;
	}

	.ex_plice_box .before_price * {
		line-height: 1.1em;
	}

	.ex_plice_box .after_price * {
		line-height: 1em;
	}

	.ex_plice_box .price .unit .intax {
		letter-spacing: -1px;
		transform: scale(0.9);
	}

	.ex_plice_box .after_price .giga {
		font-size: .8em;
	}

	.ex_plice_box .cp_period {
		font-size: 1.2em;
	}

	.giga_price_list {
		width: 50%;
	}

	.giga_price_list li {
		width: 47.7%;
	}

	.ex_plice_box {
		width: 50%;
	}
}

@media screen and (min-width: 641px) {
	.ex_plice_box {
		width: 45%;
	}

	.ex_plice_box .before_price:after {
		top: calc(100% + 6px);
	}

	.ex_plice_box .giga {
		margin-bottom: 0;
	}

	.ex_plice_box .after_price,
	.ex_plice_box .giga {
		font-size: 2.5em;
	}

	.giga_price_list {
		/* gap: 0; */
		width: 50%;
	}

	.giga_price_list li {
		width: 47.7%;
	}

	/* .giga_price_list li:nth-of-type(3) {
        margin-top: 0.5em;
    } */
	.ex_plice_box {
		width: 50%;
		padding: 0.7em 1em;
	}
}

/* 料金 ここまで */

.list-asterisk {
    width: 86%;
    margin: 0 auto;
}

.list-asterisk li {
    text-align: center;
    font-size: 11px;
    text-indent: -3em;
    padding-left: 3em;
    line-height: 1.4;
}
.about__container .list-asterisk li {
	text-align: left;
}
.list-asterisk li:before {
    content: "※";
    margin-right: 0.25em;
}

@media screen and (max-width: 640px) {
	.list-asterisk {
		width: 100%;
	}
    .list-asterisk li {
        font-size: 2.5vw;
    }
}
.kome {
	font-size: 10px;
}

@media screen and (max-width: 640px) {
	.inc_gaiyo-body {
		width: 95% !important;
	}
}