@charset "UTF-8";

/* mv */
.mv{
	text-align: center;
	background: #b2ff43;
}
@media only screen and (max-width: 736px){
	.mv{
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}
	.mv h1{
		padding: 0;
	}
}
/* キャンペーンのタイトル */
h1.cp_ttl{
	background-color: #eff1f4;
	border-radius: 20px 20px 0 0;
	padding: 2% 0;
	text-align: center;
} 
@media only screen and (min-width: 737px){
	h1.cp_ttl{
		padding: 1% 0;
	}
}

/* おすすめの人気スマホ */
.campaign_info{
	background-color: #ececec;
	border-radius: 20px;
	padding: 3%;
}

.campaign_info .device{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.campaign_info .device .device_inner{
	background-color: #fff;
	border-radius: 20px;
	padding: 3%;
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
	box-shadow: 3px 3px #e0e0e0;
	position: relative;
	top: 0;
	display: block;
	transition: .2s ease-in-out;
}
.campaign_info .device .device_inner:hover{
	top: 5px;
	box-shadow: 0 0 #e1d7ac; 
	transition: .2s
}
.campaign_info .device .device_inner a{
	text-decoration: none;
}
.campaign_info .device .device_inner .price{
    transition: all .1s;
}
.campaign_info .device .device_inner .price:after{
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    position: absolute;
    right: .2em;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../../img/common/icon_circle_arrow_black2022.svg) center no-repeat;
    background-size: contain;
    transition: all .5s;
}
.campaign_info .device .device_inner .cb{
	background-color: #eb6168;
}
@media only screen and (min-width: 737px){
	.campaign_info .device{
		justify-content: center;
	}
	.campaign_info .device .device_inner{
		width: calc(100% / 3 - 18px);
		margin: 0 9px 18px;
	}
}
/*キャッシュバックのリボン部分*/
.campaign_info .device .device_inner .cbribbon{
	display: inline-block;
	position: relative;
	height: 40px;/*リボンの高さ*/
	line-height: 40px;/*リボンの高さ*/
	text-align: center;
	padding: 0 20px;/*横の大きさ*/
	font-size: 16px;/*文字の大きさ*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	font-weight: 700;
}
.campaign_info .device .device_inner .cbribbon:before,
.campaign_info .device .device_inner .cbribbon:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.cbribbon:before {
	top: 0;
	left: 0;
	border-width: 20px 0px 20px 7px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

.cbribbon:after {
	top: 0;
	right: 0;
	border-width: 20px 7px 20px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
.campaign_info .device div .cbribbon.red{
	background: #e06239;
}
.campaign_info .device div .cbribbon.orange{
	background: #f6a229;
}
.campaign_info .device div .cbribbon.green{
	background: #9ab611;
}
.campaign_info .device div .cbribbon.pink{
	background: #ec6a70;
}
.campaign_info .device div .cbribbon.blue{
	background: #6ac4e7;
}
@media only screen and (max-width: 736px){
	.campaign_info .device div .cbribbon{
		font-size: 18px;
	}
}

/*アコーディオン*/
.accordion_wrap{
	padding: 2%;
}
.accordion_wrap .accordion_ttl{
	padding: 1em;
}

/*表*/
.table_cp .bg_gry {background: #EFF1F4!important;}
.table_cp .bg_pink {background: #ec6a70!important;}
.table_cp .bg_blue {background: #6ac4e7!important;}
.table_cp .bg_green {background: #9ab611!important;}
.table_cp .bg_orange {background: #f6a229!important;}
.table_cp .fc_white {color: #fff;}


/*申込みボタン*/
.btn_base.red a{
	background-color: #c10e2d;
	border: 1px solid #c10e2d;
}

/*同時に使えるキャンペーン・特典*/
.sonota_campaign{
	background-color: #f5f2e2;
	border-radius: 20px;
	padding: 5%;
	text-align: center;
}
.sonota_campaign img{
	border-radius: 20px;
}
@media only screen and (min-width: 737px){
	.sonota_campaign{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.sonota_campaign .bnr{
		width: calc(100% / 2 - 50px);
	}
}
/*ふきだし*/
.sonota_campaign .balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 1em;
	padding: 2% 5%;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	background: #AACC03;
	border-radius: 99em;
}
.sonota_campaign .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -13px;
    border: 13px solid transparent;
    border-top: 8px solid #AACC03;
}
.sonota_campaign .balloon p {
	margin: 0;
	padding: 0;
}


/*注意事項*/
.list_normal{
	margin-left: 10px;
}
.list_normal li {
	text-indent: -5px;
	list-style-type: none;
}
.list_normal li::before {
	margin-right: 0 !important;
}

/*文字下線*/
.under{
	background: linear-gradient(transparent 60%, #ffbbbe 60%);}

/*クーポンコード*/
.coupon{
	background-color: #ffe4e7;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.coupon .cord{
	font-weight: 700;
	font-size: 150%;
	width: 60%;
	margin: 0 auto;
/*	display: flex;
    align-items: center;
    justify-content: center;*/
}
.coupon .cord_nocopy{
	background-color: #fff;
	padding: 1%;
	width: 60%;
	border-radius: 10px;
	margin: 0 auto;
}
.coupon .cord_nocopy p{
	margin-bottom: 0;
	user-select: none;
}
.coupon .cord_nocopy p span{
	border-left: 1px solid #000;
	padding-left: 5%;
	margin-left: 5%;
	font-weight: 700;
}
@media only screen and (max-width: 737px){
	.coupon{
		width: 100%;
	}
	.coupon .cord{
		width: 90%;
		display: block;
	}
	.coupon .cord_nocopy{
		padding: 2%;
		width: 95%;
	}
	.coupon .cord_nocopy p span{
		border-left: none;
		padding-left: 0;
		margin-left: 0;
		border-top: 1px solid #000;
	}
}
/*クーポンコード 「コピーしました！」*/
.copycode {
	position: relative;    /* バルーンを表示するための基準値とする */
	display: block; /* インラインブロック要素にする */
	width: 100%;
	margin-bottom: 10px;
}
.copycode span {
	opacity: 0;            /* 最初は透明にして見えなくする */
	position: absolute;    /* 表示を相対位置にする */
	color: #fff;           /* 文字色を白に指定 */
	background: #ff737380;  /* 背景色を半透明の黒にする */
	padding: 5px 15px;             /* 適度な余白を指定 */
	top: 7.5em;
    left: 73%;
    transform: translate(-50%, -50%);
	font-size: 60%;
	border-radius: 20px;
}
.copycode input{
	border: none;
	width: 95%;
	text-align: center;
	padding: 3%;
    border-radius: 10px;
}
.copycode input:focus + span {
	animation: fade-out 2s ease-in; /* inputが選択状態になったときにだけアニメーションを1回実行する */
	color: inherit;
}
.copycode + .copycode_btn{
	background-color: #e60448;
    color: #fff;
    padding: 1.5% 5%;
    border-radius: 99em;
    font-size: 50%;
	display: inline-block;
}
.copycode + .copycode_btn button{
	border: none;
    background: none;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
@media screen and (max-width:640px) {
	.copycode span {
		top: 8em;
		font-size: 70%;
		padding: 1%;
		left: 50%;
		right: 10px;
		transform: translate(-50%, -50%);
	}
	.copycode input{
		font-size: 100%;
	}
	.copycode + .copycode_btn{
		font-size: 70%;
	}
}
@keyframes fade-out {
  0% {visibility: visible; opacity: 1;}  /* 最初は表示して、 */
  100% {visibility: hidden; opacity: 0;} /* フェードアウトする */
}


/*料金表部分*/
.table_data{
	width: 85%;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	.table_data{
		width: 100%;
	}
}
.table_data th{
	padding: 1.5em;
}
.table_cp_50gb th.bg_pink {
	background-color: #ea6068;
}
.table_cp_50gb td:nth-of-type(1) {
	background-color: #FCE7E8;
	color: #ea6068;
}
.table_cp_50gb th .cp_item{
	background-color: #000;
	padding: .5em 2em;
	border-radius: 99em;
	display: inline-block;
	font-size: 80%;
	margin-bottom: 5px;
}
.table_cp_50gb th .cp_item .red{
	color: #c10e2d;
}
.table_cp_50gb th .cp_item .blue{
	color: #00A2DE;
}
.table_cp_50gb td{
	height: 110px;
}
.table_cp_50gb td .before_price{
	color: #000;
	font-size: 13px;
	position: relative;
}
.table_cp_50gb td .before_price span{
	font-size: 16px;
}
.table_cp_50gb td .before_price::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(50%);
	background: #EA6068;}

@media screen and (max-width:640px) {
	.table_data th{
		padding: .8em;
	}
	.table_cp_50gb th .cp_item{
		padding: .8em;
		border-radius: 10px;
		display: block;
	}
}





