@charset "UTF-8";

.container{
	max-width: 100vw;
	/* headerメニュー用 */
}

/* -------------------------------------
	MV
---------------------------------------- */
.main_visual{
	background: linear-gradient(to right, #f4f7f9 0%,#f4f7f9 49%,#f4f7f9 49%,#f9fafb 50%,#f9fafb 100%); 
	height: 450px;
	position: relative;
	overflow: hidden;
}
.main_visual .-inner{
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 0;
	bottom: 0;
	margin: auto;
	/* display: flex;
	align-items: center; */
}
.main_visual .-inner .-img img{
	max-width: none;
}
.main_visual:after{
	content: "";
	height: 80px;
	width: 100%;
	display: block;
	background: url(../../images/page/top/bg_visual.png) repeat-x center top;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.main_visual.type_normal{
	background: #ffffff;
}
.main_visual.type_normal:after{
	display: none;
}
/* START WSYS-11510【フロント】MV差し替え (ワッペン非表示) 20241022 N.Sugino */
.main_visual .mv_nomal-image {
	width: 1920px;
}
.mv_contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 2%;
	right: 28.5%;
	font-size: 0;
	width: 476px;
}
/* mv_ribbon */
.mv_contents .mv_ribbon img {
	width: 100%;
	padding-bottom: 5px;
}
/* mv_catch */
.mv_contents .mv_catch{
	padding-bottom: 5px;
	color: #004097;
}
.mv_contents .mv_catch img {
	width: 100%;
}
.mv_contents .mv_catch .mv_catch_sub{
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}
.mv_contents .mv_catch .mv_catch_sub::before,
.mv_contents .mv_catch .mv_catch_sub::after {
	content: "";
	display: block;
	width: 21px;
	height: 36px;
	background: url(../../images/page/top/mv_title_before.png)no-repeat;
	background-size: contain;
}
.mv_contents .mv_catch .mv_catch_sub::after {
	transform: scale(-1, 1);
}
.mv_contents .mv_catch .mv_catch_main{
	font-size: 5.5rem;
	font-weight: 900;
	text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}
.mv_contents .mv_catch .mv_catch_tracking {
	font-feature-settings: "palt";
}
/* mv_list */
.mv_contents .mv_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-bottom: 13px;
}
.mv_contents .mv_list .mv_list_item {
	background: #fff;
	border-radius: 110px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 125px;
	height: 125px;
}
.mv_contents .mv_list .mv_list_item ._text {
	color: #1b1464;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}
.mv_contents .mv_list .mv_list_item ._text span {
	font-size: 1.1rem;
}
.mv_contents .mv_list .mv_list_item img {
	width: 60px;
	padding-top: 12px;
}
/* mv_apply */
.mv_contents .mv_apply {
	padding-bottom: 10px;
}
.mv_contents .mv_apply .mv_apply_btn {
	text-align: center;
}
.mv_contents .mv_apply .mv_apply_btn ._btn {
	display: inline-block;
	position: relative;
	background: #ff3366;
	color: #fff;
	border: solid 1px #ff3366;
	border-radius: 50px;
	box-shadow: 0 5px 0 rgba(51, 51, 51, 0.5);
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 55px;
	padding: 0 50px;
	min-width: 420px;
	transition: all .3s;
	cursor: pointer;
	text-decoration: none;
}
.mv_contents .mv_apply .mv_apply_btn ._btn::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../../images/page/top/mv_apply_btn_arrow.png)no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
/* mv_note */
.mv_contents .mv_note {
	font-size: 1rem;
	font-weight: 700;
	text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}
/* E N D WSYS-11510【フロント】MV差し替え (ワッペン非表示) 20241022 N.Sugino */
/* -------------------------------------
	slick
---------------------------------------- */
.slider_area{
	width: 100%;
}
.slider_area .slider > li{
	width: 330px;
}
.slider_area .slider a img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.slider_area .slider a:hover img{
	opacity: 0.7;
}
.slider_area .slider .slick-slide{
	width: 330px;
	margin: 0 10px;
}
.slider_area .slider .slick-slide img{
	max-width: none;
	width: 100%;
}
.slick-arrow {
	font-family: FontAwesome;
	font-size: 2rem;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
}

.slick-arrow.prev {
	left: 50%;
	transform: translate(-490px , -50%);
	cursor: pointer;
}

.slick-arrow.next {
	right: 50%;
	transform: translate(490px , -50%);
	cursor: pointer;
}

.slick-dots {
	position: absolute;
	bottom:10px;
	left:50%;
	transform:translateX(-50%);

	/* 2020/09/10 T.Suzuki　[WSYS-7946] ローテバナー追加　イスラエルイノベーションセミナー */
	width: 100%;
	text-align: center;
}

.slick-dots li {
	font-size: 0;
	width:10px;
	height:10px;
	border-radius: 50%;
	display: inline-block;
	background:#ffffff;
	border: 2px solid #008ae1;
	margin:0 5px;
}
.slick-dots li.slick-active{
	background:#008ae1;
	border: 2px solid #ffffff;
}

/*20191224 start

.slick-dots li {
	font-size: 0;
	width:15px;
	height:15px;
	display: inline-block;
	margin:0 2px;
	background:url(../../images/page/top/sp/slide_ico.png) center no-repeat ;
	background-size: cover;
}
.slick-dots li.slick-active{
	background:url(../../images/page/top/sp/slide_ico_act.png) center no-repeat ;
	background-size: cover;
}

20191224 end */


/* 両端を薄く白くしたりしたいとき */
[aria-hidden="true"] {
	position: relative;
	/*opacity:0.5;*/
}
/* opaじゃなくて好きな色にしたいとき */

[aria-hidden="true"]:after {
/*	display: block;
	content:"";
	height:100%;
	width:100%;
	position: absolute;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
*/
}


/* -------------------------------------
	グローバルWiFiが選ばれる理由
---------------------------------------- */
/* WSYS-10221 【サイト】共通フッターにSNSアイコンを追加 20240207 N.Kita */
/* WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
.reason_area{
	padding: 0 0 10px;
	background:linear-gradient(180deg,#f8f8f8 0%,#f8f8f8 525px,#e5f1f9 525px,#e5f1f9 100%);
	background:linear-gradient(180deg,#f8f8f8 0%,#f8f8f8 330px,#e5f1f9 330px,#e5f1f9 100%);
}

/* WSYS-12575 【フロント】トップページのSEO対策 20250724 M.Shimizu */
/* -------------------------------------
	おすすめ容量プランランキング
------------------------------------ */
.plan_ranking_area {
	padding: 60px 0;
	background: #e5f1f9;
}

.plan_ranking_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.plan_ranking_area .plan_unlimited {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 8px;
}

.plan_ranking_area h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 2.7rem;
	line-height: 1;
}

.plan_ranking_area h3::before {
	content: '';
	display: inline-block;
	width: 4rem;
	height: 3rem;
}

.plan_ranking_area .plan_unlimited h3 {
	background: repeating-linear-gradient(135deg,
		#f36a5d,
		#f36a5d 10px,
		#f4796d 10px,
		#f4796d 20px
	);
}

.plan_ranking_area .plan_unlimited h3::before {
	background: url(../../images/page/top/no1.png) no-repeat center center/ contain;
}

.plan_ranking_area .plan_inner {
	padding: 12px 4%;
	border-radius: 0 0 8px 8px;
	background: #fff;
}

.plan_ranking_area .plan_unlimited .plan_inner {
	border: solid 4px #f36a5d;
	border-top: none;
}

.plan_ranking_area .plan_ranking_title {
	margin-bottom: 20px;
	color: #07308c;
	font-size: 2.6rem;
	font-weight: 600;
}

.plan_ranking_area .plan_unlimited .unlimited_title span {
	position: relative;
	z-index: 2;
	color: #07308c;
}

.plan_ranking_area .plan_unlimited .unlimited_title span::after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 8px;
	background: #ffed68;
}

.plan_ranking_area .plan_unlimited .unlimited_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.plan_ranking_area .unlimited_wrapper .unlimited_item:first-child {
	width: 38%;
}

.plan_ranking_area .unlimited_wrapper .unlimited_item:last-child {
	width: 58%;
}

.plan_ranking_area .ranking_text {
	display: inline-block;
	position: relative;
	margin-bottom: 12px;
	color: #f36a5d;
	font-size: 2.0rem;
	font-weight: 600;
}

.plan_ranking_area .ranking_text::before,
.plan_ranking_area .ranking_text::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 2px;
	height: 3rem;
	background: #f36a5d;
}

.plan_ranking_area .ranking_text::before {
	transform: rotate(-30deg);
	left: -20px;
}

.plan_ranking_area .ranking_text::after {
	transform: rotate(30deg);
	right: -20px;
}

.plan_ranking_area .plan_ranking_inner ul.plan_ranking_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: fit-content;
	margin-inline: auto;
	color: #001e82;
	font-size: 1.6rem;
}

.plan_ranking_area .plan_ranking_inner ul.plan_ranking_list li::before {
	content: "\f058";
	padding-right: 8px;
	font-family: "Font Awesome 5 Free";
	font-size: 1.6rem;
	font-weight: 900;
}

.plan_ranking_area .unlimited_wrapper .service_icon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: calc((100% - 84%) / 3);
	row-gap: 10px;
	width: 50%;
	margin-inline: auto;
}

.plan_ranking_area .unlimited_wrapper .service_icon img {
	width: 21%;
}

.plan_ranking_area .plan_super_large {
	width: 49%;
}

.plan_ranking_area .plan_super_large h3 {
	background: repeating-linear-gradient(135deg,
		#f9962a,
		#f9962a 10px,
		#faa140 10px,
		#faa140 20px
	);
}

.plan_ranking_area .plan_super_large h3::before {
	background: url(../../images/page/top/no2.png) no-repeat center center/ contain;
}

.plan_ranking_area .plan_super_large h3 span {
	font-size: 3.0rem;
}

.plan_ranking_area .plan_super_large .plan_inner {
	border: solid 4px #f9962a;
	border-top: none;
}

.plan_ranking_area .plan_ranking_title span {
	color: #f9962a;
}

.plan_ranking_area .plan_super_large .super_large_item:first-child {
	margin-bottom: 20px;
}

.plan_ranking_area .super_large_wrapper ul.plan_ranking_list {
	gap: 10px;
}

.plan_ranking_area .super_large_wrapper .service_icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.plan_ranking_area .super_large_wrapper .service_icon_wrapper {
	display: flex;
	justify-content: space-between;
	width: 40%;
}

.plan_ranking_area .super_large_wrapper .service_icon img {
	width: 36px;
	height: 36px;
}

.plan_ranking_area .super_large_wrapper .service_icon_comment {
	display: flex;
	width: 60%;
}

.plan_ranking_area .super_large_wrapper .service_icon_comment .box {
	display: flex;
	gap: 6px;
	padding: 10px;
	border: solid #f2830c 4px;
}

.plan_ranking_area .super_large_wrapper .service_icon_comment .plan_app_icon_note {
	display: grid;
	align-items: center;
	position: relative;
	min-width: 110px;
	max-width: 100%;
	margin-left: 10px;
	padding: 7px 10px 8px;
	border-radius: 4px;
	background: #f2830c;
}

.plan_ranking_area .super_large_wrapper .service_icon_comment .plan_app_icon_note::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #f2830c;
}

.plan_ranking_area .super_large_wrapper .service_icon_comment .plan_app_icon_note p {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.1rem;
}

.plan_ranking_area .super_large_wrapper .service_icon_comment .plan_app_icon_note p::before,
.plan_ranking_area .super_large_wrapper .service_icon_comment .plan_app_icon_note p::after {
	content: none;
}

.plan_ranking_area .plan_large_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 49%;
}

.plan_ranking_area .plan_large h3 {
	background: repeating-linear-gradient(135deg,
		#00b8bf,
		#00b8bf 10px,
		#1abfc6 10px,
		#1abfc6 20px
	);
}

.plan_ranking_area .plan_large h3::before {
	background: url(../../images/page/top/no3.png) no-repeat center center/ contain;
}

.plan_ranking_area .plan_large .plan_inner {
	margin-bottom: 16px;
	border: solid 4px #1abfc6;
	border-top: none;
}

.plan_ranking_area .plan_large .large_item:first-child {
	margin-bottom: 20px;
}

.plan_ranking_area .plan_large .service_icon {
	width: 40%;
	margin-inline: auto;
}

.plan_ranking_area .plan_large .service_icon img {
	width: 30%;
}

.plan_ranking_inner .plan_ranking_note {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px;
	border-radius: 8px;
	background: #07308c;
	color: #fff;
	font-size: 1.6rem;
	text-align: left;
}

/* -------------------------------------
	ご利用までの流れ
------------------------------------ */
.flow_area{
	background-image:
	url(../../images/page/top/bg_flow_top.png),
	url(../../images/page/top/bg_cloud.png),
	url(../../images/page/top/bg_flow_main.jpg);
	background-repeat: repeat-x, repeat-x, no-repeat;
	background-position: center top, center bottom, center top;
	background-size: auto, auto, cover;
	background-color: #d1e5f2;
	overflow: hidden;
	padding-bottom: 65px;
	padding-top: 60px;
}
.flow_area .-flow_title{
	padding-bottom: 65px;
}

.flow_area .-flow_title .-img{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.flow_area .-flow_title .-title{
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	color: #000000;
}

.flow_area .-btn_block{
	padding: 60px 0 0;
	text-align: center;
}

.module-flow {
	margin-top: 40px;
}

/* -------------------------------------
色々選べる受取・返却方法
---------------------------------------- */
.receive_area{
	padding-bottom: 130px;
}

.receive_area{
	background-image:
	url(../../images/page/top/bg_town.png),
	url(../../images/page/top/bg_cloud_bottom.png),
	url(../../images/page/top/bg_cloud_inner.png);
	background-position: 
	bottom center,
	bottom center,
	center top;
	background-repeat:
	repeat-x,
	no-repeat,
	no-repeat;
}
.receive_area .receive_inner{
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
}

.receive_area .-top_title{
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #222222;
	margin-bottom: 30px;
}
/* START WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
.receive_area .receive_inner .-banner_block {
	margin: -50px 0 30px 0;
}
/* E N D WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
/* -------------------------------------
お知らせ
---------------------------------------- */
.news_area{
	background: url(../../images/page/top/bg_news.png) repeat-x center 48px #ffffff;
	padding: 138px 0 0 0;
	/*margin-bottom: 90px;*/
}

/* -------------------------------------
会社概要エリア
---------------------------------------- */
.company_area{
	background: #ffffff;
	padding: 60px 0 100px;
}

.company_area .-logo{
	margin: 0 auto 55px;
	width: 215px;
}

.company_area .-txt{
	text-align: center;
	margin-bottom: 35px;
}

/* WSYS-12575 【フロント】トップページのSEO対策 20250724 M.Shimizu */
.index_company_information {
	margin-bottom: 60px;
}

.index_company_information table {
	width: 100%;
	border-collapse: collapse;
}

.index_company_information table th,
.index_company_information table td {
	border-bottom: solid 4px #fff;
	vertical-align: middle;
}

.index_company_information table th {
	width: 30%;
	padding: 10px;
	border-right: solid 4px #fff;
	background: #666;
	color: #fff;
	text-align: center;
}

.index_company_information table tr:last-child th {
	border-bottom: none;
}

.index_company_information table td {
	width: 70%;
	padding: 10px 0 10px 20px;
	background: #eaeaea;
}

.index_company_information table tr:last-child td:last-child {
	border-bottom: none;
}

.company_area .-btn_block{
	text-align: center;
}

/* -------------------------------------
トップページにのみ表示するコンテンツフラグ
---------------------------------------- */
.is_top_only{
	display: block;
}

/* -------------------------------------
20190926 add
---------------------------------------- */

.main_visual .-inner .-img {
	position: relative;
}

.denpa_mv {
	position: absolute;
	z-index: 100;
	top: 59%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.denpa_mv .more_link:hover {
	transform: translate(0, 5px);
}

.layout-column.theme-col02.price_charge_link img {

	box-shadow: 0px 0px 4px 0px rgba(0, 69, 104, 0.5);
}

/* -------------------------------------
20191008 バナー
---------------------------------------- */
.price_charge_link h3 {
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-bottom: 2.5rem;
}
.price_charge_link img {
	height: 221px;
}
.price_charge_link a:hover img{
	opacity: 0.7;
}
.price_charge_link a img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.price_charge_link .balloon {
	background: #073190;
	border-radius: 3rem;
	padding: 0.5rem 3rem;
	color: #FFF;
	position: relative;
}
.price_charge_link .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #073190;
}

/* -------------------------------------
20200220 動画掲載
---------------------------------------- */
/*movie_area*/

.movie_area{
	position: relative;
}

.movie_area button {
	margin: -10px auto 50px;
	background: rgba(0,0,0,0);
}

.movie_area button > img {
	cursor: pointer;
}

.movie_area button > img:hover {
	opacity: 0.9;
}

.movie_area .movie_column_three{
	display: flex;
	margin-top: 30px;
}

.movie_area .movie_column_three img{
	margin: 0 10px;
}

/*youtube*/

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie_area .layout-content_inner {
	border-radius: 6px;
	box-shadow: 0px 0px 4px 0px rgba(0, 69, 104, 0.5);
	padding: 50px 0;
	margin-top: 70px;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*modal*/

.modaal-wrapper .modaal-close {
	position: absolute;
	right: 0;
	top: -60px;
}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
	.mv_badge img {
		border-radius: 50%;
		box-shadow: 0 7px 15px rgba(160,160,160,0.9);
	}
}

/* -------------------------------------
	よくある質問
---------------------------------------- */

.section_title {
	font-size: 4.2rem;
	font-weight: 700;
	color: #000000;
	text-align: center;
	margin-bottom: 60px;
}
.qa_area {
	padding: 10px 0;
	background: #fff;
}
.qa_list {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.qa_list .-title {
	cursor: pointer;
	height: 54px;
	background: #e0f2fe;
	color: #222222;
	text-decoration: none;
	width: 100%;
	padding: 1px 45px 1px 63px;
	font-weight: 700;
	border-bottom: 2px solid #00a0e9;
	display: flex;
	align-items: center;
	position: relative;
}
.qa_list .-title:before {
	content: "";
	display: block;
	width: 35px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_q.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.qa_list .-title:after {
	content: "\f078";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: relative;
	font-size: 2.0rem;
	color: #00a0e9;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.qa_list .-title.active:after {
	content: "\f077";
}
.qa_list .-answer {
	position: relative;
	padding: 20px 20px 20px 63px;
}
.qa_list .-answer:before {
	content: "";
	display: block;
	width: 35px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_a.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 18px;
}

/* -------------------------------------
	人気国
---------------------------------------- */
.popular_country_area {
	padding-top: 40px;
	background: #e5f1f9;
}
.popular_country_content{
	border-radius: 10px;
	overflow: hidden;
	padding: 45px 0;
	background: #ffffff;
}
.module-popular_country p.popular_country_txt{
	font-size: 2rem;
}
.module-popular_country .-item_txt {
	color: #fff;
	background: #073190;
	border-radius: 30px;
	font-size: 24px;
	width: 76%;
	padding: 10px;
	margin: 0 auto;
}
.module-popular_country .-item_txt .yellow {
	color: #fecb00;
}
.module-popular_country ul li {
	display: inline-block;
	width: 19%;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.module-popular_country ul {
	margin-bottom: 2rem;
}
.module-popular_country ul li img {
	margin-bottom: 1rem;
	border: solid 1px;
}
.module-popular_country ul li p {
	font-weight: bold;
	font-size: 2rem;
}
.module-popular_country ul li p.price {
	font-size: 3rem;
	color: #073190;
}
.module-popular_country ul li p.price .yen {
	font-size: 2.2rem;
}
/* -------------------------------------
空港ページへのリンク
---------------------------------------- */
.airport_block {
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.apt_img {
	width: 40%;
}
.apt_box {
	width: 60%;
	text-align: left;
	padding-left: 20px;
}
.apt_box .apt_txt {
	font-size: 2.2rem;
	font-weight: 700;
	color: #000000;
}
.apt_box .apt_txt span {
	color: #008ae1;
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 700;
}
.apt_btn_content{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.module-link_btn {
	padding: 0px 40px 0 20px;
	min-width: auto;
	margin: 5px 1%;
	width: 31.3333333%;
}

.module-popular_country ul li a.flag {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.module-popular_country ul li a.flag:hover {
	opacity: 0.25;
}

.airplane-top_text {
		display: block;
		position: relative;
		margin-right: 1rem;
}
.airplane-top_image {
	display: block;
	position: relative;
	left: 18.9rem;
	top: -0.5rem;
}

/* WSYS-9973 【サイト】サービスバナーの差し替え 20220921 T.B. Shimul */
/* WSYS-11524 【フロント】サービスバナーをTOPだけ変更 20241001 N.Kita */
.service_banner_txt{
	font-size: 0.785em;
	text-align: center;
	padding: 5px 0 0 0;
}


/* -------------------------------------
	/END WSYS-10017 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ追加 20230426 TB.Shimul
	海外 WiFi レンタル
------------------------------------ */
.basic_area{
	background-image:
	url(../../images/page/top/bg_basic_main.png);
	background-repeat:
	no-repeat;
	background-position:
	center top,
	center bottom,
	center top;
	background-size:
	auto,
	auto,
	cover;
	background-color: #264E93;
	overflow: hidden;
	padding-bottom: 65px;
	padding-top: 78px;
	background-size: contain;
}
.flow_area .-flow_title{
	padding-bottom: 65px;
}
.flow_area .-flow_title .-img{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.flow_area .-flow_title .-title{
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	color: #000000;
}
.flow_area .-btn_block{
	padding: 60px 0 0;
	text-align: center;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.blue-label1 {
	color: #fff;
	background-color: #1b1464;
	font-size: 3rem;
	text-align: center;
	padding: 0.4rem;
	width: 14.5em;
	margin-bottom: -0.7em;
	position: relative;
	left: 28%;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	margin-top: 3rem;
	font-weight: bold;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.blue-label2 {
	color: #fff;
	background-color: #1b1464;
	font-size: 3rem;
	text-align: center;
	padding: 0.4rem;
	width: 20.5em;
	margin-bottom: -0.7em;
	position: relative;
	left: 19%;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	margin-top: 3rem;
	font-weight: bold;
}
.pink {
	color:#ff388c;
}
.orange {
	color:#f15a24;
}
.indigo {
	color:#0071bc;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.white-box-container {	
	display: flex;
	justify-content: center;
	align-items: center;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.white-box {
	background-color: rgba(255, 255, 255, 0.785);
	position: relative;
	width: 75%;
	top: -12em;
	padding: 1.5em;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
.basic-step {
	margin-top: -10em;
}
.txt-title {
	color: #073190;
	padding: 1rem 10rem 0rem 10rem;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}
.box-step {
	background-color: #fafafa;
	width: 98rem;
	height: 80rem;
	padding: 4rem;
}
.box-merit {
	background-color: #fffcf2;
	width: 98rem;
	height: 58rem;
	padding: 4rem 2rem 0rem 4rem;
	display:flex;
	border-radius: 2.5rem;
}
.box-demerit {
	background-color: #f2fcff;
	width: 98rem;
	height: 58rem;
	padding: 4rem 4rem 4rem 1rem;
	display:flex;
	border-radius: 2.5rem;
}
.steps {
	padding-top: 2em;
}
.step-content {
	display: flex;
}
.step-label {
	font-size: 2.7rem;
	font-weight: bold;
	padding: 1rem;
}
.step-txt {
	font-size: 1.5rem;
	position: relative;
	font-weight: bold;
	padding: 1rem;
}
.step-1 {
	display: flex;
	border-bottom-color: rgb(0, 0, 0);
  	border-bottom-width: 0.3rem;
	border-bottom-style: dotted;
	padding-bottom: 1rem;
}
.step-2 {
	display: flex;
	border-bottom-color: rgb(0, 0, 0);
  	border-bottom-width: 0.3rem;
	border-bottom-style: dotted;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.step-3 {
	display: flex;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.step-imga {
	height: 18rem;
	padding: 3rem 0rem 3rem 3rem;
}
.step-imgb {
	height: 18rem;
	padding: 4rem 3rem 4rem 0rem
}
.step-imgc {
	height: 18rem;
	padding: 4rem 0rem 3rem 3rem;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.orange-label {
	color: #fff;
	background-color: #f15a24;
	font-size: 2.5rem;
	text-align: center;
	padding: 0.8rem;
	width: 18em;
	margin-bottom: -0.9em;
	position: relative;
	left: 24%;
	border-radius: 3rem;
	margin-top: 3rem;
	font-weight: bold;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.indigo-label {
	color: #fff;
	background-color: #0071bc;
	font-size: 2.5rem;
	text-align: center;
	padding: 0.8rem;
	width: 18em;
	margin-bottom: -0.9em;
	position: relative;
	left: 24%;
	border-radius: 3rem;
	margin-top: 3rem;
	font-weight: bold;
}
.merit-title1 {
	display: flex;
	border-bottom-color: #f15a24;
	border-bottom-width: 0.2rem;
	border-bottom-style: solid;
}
.merit-title2 {
	display: flex;
	border-bottom-color: #0071bc;
	border-bottom-width: 0.2rem;
	border-bottom-style: solid;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.merit-01 {
	color: #fff;
	background-color: #f15a24;
	width: 4rem;
	font-size: 2rem;
	padding: 0.7rem;
	font-weight: bold;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.merit-02 {
	color: #fff;
	background-color: #0071bc;
	width: 4rem;
	font-size: 2rem;
	padding: 0.7rem;
	font-weight: bold;
}
.merit-label {
	font-size: 2.3rem;
	padding: 0.5rem 1rem;
	font-weight: bold;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.merit-txt {
	font-size: 1.5rem;
	position: relative;
	font-weight: bold;
	padding: 1rem;
}
.merit-imga {
	padding: 3rem 0rem 0rem 0rem;
	height: 54rem;
}
.merit-imgb {
	padding: 3rem 0rem 0rem 0rem;
	height: 54rem;
}
.basic-merit {
	display: flex;
}
.merit-section {
	display: flex;
}
.merit-img1 {
	width: 36.5%;
	height: auto;
}
.merit-img1 {
	width: 36.5%;
	height: auto;
}
.txt-title1 {
	font-weight: bold;
	padding-top: 1rem;
	padding-bottom: 3rem;
	font-size: 2rem;
}
.basic-base_btn {
	display: inline-block;
	position: relative;
	background: #e10400;
	color: #fff;
	border: solid 1px #e10000;
	border-radius: 50px;
	box-shadow: 0px 3px 0px #8d0a0a;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 70px;
	padding: 0 50px;
	min-width: 419px;
	transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
	left: 28%;
	bottom: -3rem;
}
.module-reason_title .basic {
	font-size: 4.2rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-bottom: 60px;
}
.knowlegde-ico {
	height: 4rem;
}
/* /END WSYS-10017 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ追加 20230426 TB.Shimul */

.main_visual .mv_caution_txt {
	display: none;
}

/* START WSYS-10907 【サイト】2024年ゴールデンウィーク向けのキャンペーン開始 20240418 N.Kita */
.main_visual .-inner .-img a {
	display: block;
	transition: all .3s;
}
.main_visual .-inner .-img a:hover {
	opacity: .85;
}
/* END WSYS-10907 【サイト】2024年ゴールデンウィーク向けのキャンペーン開始 20240418 N.Kita */

/* START WSYS-11077 【フロント】キャンペーンMVのポップアップ画像設定 20240606 N.Kita */
.main_visual .special_campaign {
	position: relative;
}
.main_visual .special_campaign ._mv_image {
	width: 1920px;
	z-index: 0;
}
/* MEMO::今後のキャンペーンの際に以下の処理が使えるかもしれないので、コメントアウトにしておく */
/* WSYS-11697 【フロント】2024年11月28日開始キャンペーン 20241128 J.Young */
.main_visual .special_campaign ._popup_button {
	position: absolute;
	bottom: 123px;
	right: 586px;
	width: 368px;
	background: #FF7BAC;
	box-shadow: 0px 3px 0px #8b8a8a;
	color: #FFF;
	text-align: center;
	border-radius: 50px;
	padding: 2px 20px;
	font-size: 1.2rem;
	font-weight: 700;
	transition: all .3s;
	cursor: pointer;
}
.main_visual .special_campaign ._popup_button:hover {
	opacity: .85;
}
.main_visual .special_campaign ._popup_button:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	border-radius: 0 6px 6px 0;
}
/* WSYS-11697 【フロント】2024年11月28日開始キャンペーン 20241128 J.Young */
.main_visual .special_campaign ._image_button {
	position: absolute;
	bottom: 22px;
	right: 506px;
	width: 489px;
}
.main_visual .special_campaign ._image_button img {
	width: 100%;
}
.main_visual .special_campaign .-inner .-img a ._image_button {
	position: absolute;
	top: 0;
}

/* START WSYS-11250 【フロント】2000万人突破キャンペーン 第2弾 20240801 N.Kita */
.main_visual .special_campaign ._image_button01 {
	position: absolute;
	bottom: 230px;
	left: 523px;
	width: 420px;
	min-width: auto;
	line-height: 40px;
	background: #1c1c1c;
	border: 2px solid #fff;
	box-shadow: 0px 5px 0px rgba(76, 76, 76, 0.5);
}
/* WSYS-11970 【フロント】2025年1月13日開始キャンペーン 20250213 J.Young */
.main_visual .special_campaign .module-base_btn:after {
	content: "\f0da";
	font-size: 4.6rem;
	right: 40px;
}
/* WSYS-11498 【フロント】2024年10月1日開始キャンペーン 20241001 J.Young */
/* WSYS-12181 【フロント】2025年4月22日開始キャンペーン 20250422 M.Shimizu */
/* WSYS-12477 【フロント】2025年6月24日開始キャンペーン 20250624 M.Shimizu */
.main_visual .special_campaign ._image_button02 {
	position: absolute;
	bottom: 42px;
	left: 494px;
	width: 500px;
	min-width: auto;
	line-height: 30px;
	background: #ff3366;
	border: #ff3366;
	box-shadow: 0px 5px 0px #5D3351;
	display: flex !important;
	padding: 20px 50px;
	font-size: 2.3rem;
	flex-direction: column;
	/* 20250624~キャンペーン時 ボタンの位置・角丸の大きさを変更 */
	bottom: 54px;
	left: 886px;
	width: 528px;
	border-radius: 10px;
}
.main_visual .special_campaign ._image_button02 ._schedule {
	display: flex;
	align-items: center;
	gap: 3px;
	padding-right: 30px;
}
.main_visual .special_campaign ._image_button02 ._schedule_day-week {
	background: #fff;
	color: #e95884;
	height: 18px;
	line-height: 1.5;
	display: inline-block;
	font-size: 1.1rem;
	padding: 0 3px;
	margin-right: 7px;
}
.main_visual .special_campaign ._image_button02 ._schedule_day-weekdays {
	background: #fff;
	color: #e95884;
	height: 17px;
	line-height: 1.5;
	display: inline-block;
	font-size: 1.1rem;
	padding: 0 3px;
	margin-left: 3px;
	border-radius: 10px;
}
.main_visual .special_campaign ._image_button02 ._schedule_end {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}
.main_visual .special_campaign ._image_button02 ._schedule_start {
	font-size: 2.5rem;
}
/* E N D WSYS-11077 【フロント】キャンペーンMVのポップアップ画像設定 20240606 N.Kita */
/* E N D WSYS-11250 【フロント】2000万人突破キャンペーン 第2弾 20240801 N.Kita */

/* START WSYS-11186 【フロント】2000万人突破キャンペーン 20240711 M.shimizu */
/* START WSYS-11250 【フロント】2000万人突破キャンペーン 第2弾 20240801 N.Kita */
.main_visual .cp_two_million {
	position: relative;
}
.main_visual .cp_two_million ._mv_image {
	width: 1920px;
}
.main_visual .cp_two_million ._image_button {
	position: absolute;
	bottom: 50px;
	left: 550px;
	width: 380px;
	min-width: auto;
	line-height: 55px;
	background: #1c1c1c;
	border: 4px solid #fff;
	box-shadow: 0px 5px 0px rgba(76, 76, 76, 0.5);
}
.main_visual .cp_two_million .module-base_btn:after {
	content: "";
	background: url(../../images/page/top/mv_btn_pointing.png)no-repeat;
	position: absolute;
	top: 10px;
	right: -30px;
	transform: translateX(-50%);
	width: 63px;
	height: 59px;
}
/* E N D WSYS-11186 【フロント】2000万人突破キャンペーン 20240711 M.shimizu */
/* E N D WSYS-11250 【フロント】2000万人突破キャンペーン 第2弾 20240801 N.Kita */

/* WSYS-11498 【フロント】2024年10月1日開始キャンペーン 20241001 J.Young */
.special_campaign .mv_badge_box{
	position: absolute;
	width: 150px;
	margin-bottom: 15px;
	margin-left: 10px;
	z-index: 1;
	text-align: center;
}
.special_campaign .mv_badge_box.badge1 {
    top: 10px;
    left: 470px;
}

.special_campaign .mv_badge_box.badge2 {
    top: 165px;
    left: 470px;
}
.special_campaign .mv_badge_box:hover .mv_badge{
	animation:.5s linear rotation2;
}
@keyframes rotation1
{
	0%{ transform:rotateY(0deg);}
	50%{ transform:rotateY(90deg); }
	100%{ transform:rotateY(0deg); }
}
@keyframes rotation2{
	0%{ transform:rotateY(0deg);}
	50%{ transform:rotateY(90deg); }
	100%{ transform:rotateY(0deg); }
}
.special_campaign .mv_badge img{
	filter: drop-shadow(0px 5px 5px rgba(160, 160, 160, 0.9));
	width: 100%;
}
.special_campaign .mv_badge .mv_badge_txt{
	position: absolute;
	font-size: 2rem;
	top: 24%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.special_campaign .mv_badge .mv_badge_txt .badge_sub_thank{
	line-height: 1;
	color: #40220f;
	font-size: 1.3rem;
    font-weight: 700;
}
.special_campaign .mv_badge .mv_badge_txt .badge_sub_thank span{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
}
.special_campaign .mv_badge .mv_badge_txt .badge_title{
	line-height: 0.9;
	letter-spacing: -1px;
	color: #D5242D;
    font-size: 2.8rem;
    font-weight: 700;
	text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
}
.special_campaign .mv_badge .mv_badge_txt .badge_title span.unit_small{
	font-size: 2rem;
}
.special_campaign .mv_badge .mv_badge_txt .badge_title span.title_small{
	font-size: 2.5rem;
}
.special_campaign .mv_badge .mv_badge_txt .badge_title span.title_small.title_continuous {
	font-size: 2rem;
    padding-right: 40px;
}
.special_campaign .mv_badge .mv_badge_txt .badge_caution_txt{
	font-size: 1.2rem;
}

.special_campaign .mv_badge .mv_badge_txt .badge_title span.font_period{
	font-size: 1.8rem;
}
.special_campaign .mv_badge .mv_badge_txt .badge_title span.font_no1{
    font-size: 3.5rem;
    padding-right: 30px;
}
.special_campaign .mv_badge .mv_badge_txt .badge_title span.font_number{
	font-size: 5.5rem;
    padding-top: -20px;
    position: absolute;
    top: 43px;
    left: 88px;
}

/* SNSシェア部分 */
/* facebook */
.sns_area .sns_list .facebook {
	height: auto !important;
}
.sns_area .sns_list .facebook .share_button a {
	font-size: 9px;
}
.sns_area .sns_list .facebook .share_button a div {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.sns_area .sns_list .facebook .share_button a img {
	width: 16px;
	height: 16px;
	margin: 0 8px;
}
/* X */
.sns_area .sns_list .twitter a img {
	width: 81px;
}

/* 速度改善お試し */
.height_mv_contents {
	height: 450px;
}
.height_text_area {
	height: 428px;
}
.height_mv_ribbon {
	height: 79px;
}
.height_mv_catch {
	height: 129px;
}
.height_mv_list {
	height: 138px;
}
.height_mv_apply {
	height: 67px;
}
.height_mv_apply {
	height: 67px;
}
.height_sns_contents {
	height: 32px;
}
.height_slide_contents {
	height: 159px;
}
.height_description_contents {
	height: 466px;
}
.width_sns_block {
	width: 980px;
}
.width_sns_block_inner {
	width: 460px;
	margin-left: 520px;
}
/* .width_sns_block_text {
	width: 108px;
}
.width_sns_fb {
	width: 79px;
}
.width_sns_x {
	width: 81px;
}
.width_sns_line {
	width: 87px;
}
.width_sns_line_add {
	width: 98px;
} */