@charset "utf-8";

i {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	font-weight: 700;
}

#SubNavi.fixed {
	height: 36px;
}

.main_visual_area img {
	margin: 0 auto;
	min-width: 980px;
	width: 100%;
}

.visual_area {
	margin: 0 auto;
	width: 100%;
	/*height:214px;*/
}

.visual_title {
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin: 30px 0 20px 0;
}

.visual_list {
	position: relative;
}

.visual_list li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 214px;
	width: 100%;
	background: #d8dbdf;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZGJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZGJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FhYjFiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWIxYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #d8dbdf 0%, #d8dbdf 50%, #aab1b9 50%, #aab1b9 100%);
	background: -webkit-linear-gradient(left, #d8dbdf 0%, #d8dbdf 50%, #aab1b9 50%, #aab1b9 100%);
	background: linear-gradient(to right, #d8dbdf 0%, #d8dbdf 50%, #aab1b9 50%, #aab1b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8dbdf', endColorstr='#aab1b9', GradientType=1);
}

.visual_list li:first-child {
	display: block;
}

.visual_list li:nth-child(1):after {
	content: "　";
	display: block;
	height: 214px;
	width: 100%;
	background: url("/common/images/price/option/theta/theta_main01.png") no-repeat center top;
}

.visual_list li:nth-child(2):after {
	content: "　";
	display: block;
	background: url("/common/images/price/option/theta/theta_main02.png") no-repeat center top;
	height: 214px;
	width: 100%;
}

/* WSYS-11946 【フロント】THETA専用アプリ終了に伴いデザイン修正 20250130 J.Young */
.title01 {
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	margin: 40px 0 40px 0;
}

.main_movie {
	display: none;
}

.main_movie_switch {
	text-align: center;
	border-bottom: solid 2px #008ae1;
}

.main_movie_switch li {
	cursor: pointer;
	width: 350px;
	margin: 0 10px;
	display: inline-block;
	border-radius: 4px 4px 0 0;
	background: #e5e5e5;
	font-size: 2rem;
	text-align: center;
	line-height: 45px;
}

.main_movie_switch li.active {
	color: #fff;
	background: #008ae1;
}

.column02 {
	overflow: hidden;
}

.column02 .item {
	width: 490px;
	padding: 30px;
	float: left;
}

.column02 .title {
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
	margin: 40px 0 20px 0;
}

.column02 .title.mini {
	font-weight: normal;
	font-size: 1.6rem;
	text-align: center;
	margin: 0;
}

.column02 .left {
	background: #fff;
}

.column02 .right {
	background: #e9e9e9;
}

.column02 .left .title {
	color: #008ae1;
}

.column02 .right .title {
	color: #8f3bae;
}

/*---------------------------btn↓*/
.base_btn {
	width: 100%;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff !important;
	display: inline-block;
	position: relative;
}

.base_btn span {
	font-size: 1.2rem;
}

.base_btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

.base_btn:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 10px 0;
	color: #fff;
	position: absolute;
	right: 1%;
	top: 22px;
	font-size: 2rem;
	vertical-align: middle;
}

.base_btn.skyblue {
	background: #008ae1;
}

.base_btn.violet {
	background: #8f3bae;
}

/*---------------------------btn↑*/
.img_area {
	background: #fff;
	padding: 40px 0;
}

.img_area .left {
	margin: 0 25px 0 0;
}

.img_area .bottom {
	margin-top: 27px;
}
.img_area_column{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img_area_column .-col{
	max-width: 475px;
}
.img_area_column .-col:nth-child(n+3){
	margin-top: 30px;
}
.smartphone_area {
	position: relative;
	text-align: center;
	margin: 40px 0;
}

.smartphone_area .title {
	font-weight: bold;
	font-size: 2.8rem;
	margin: 20px 0 25px 0;
}

.smartphone_area img {
	width: 7rem;
}

.smartphone_area .sns_i {
	position: absolute;
	top: 0;
	left: 200px;
}

.smartphone_area .sns_tt {
	position: absolute;
	bottom: 0;
	left: 100px;
}

.smartphone_area .sns_x {
	position: absolute;
	top: 0;
	right: 200px;
}

.smartphone_area .sns_l {
	position: absolute;
	bottom: 0;
	right: 100px;
}

.theta_price_area {
	position: relative;
}

.theta_price_area .campaign {
	position: absolute;
	top: 290px;
	left: 100px;
	font-size: 2rem;
	font-weight: bold;
}


/* .theta_price_area .regist_btn {
	position: absolute;
	bottom:74px;
	left:227px;
} */

.btn_under_txt{
	position: absolute;
	bottom:50px;
	left:0;
	text-align:center;
	width:100%;
	font-size: 1.4rem;
}

.theta_use_area .title {
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	margin: 25px 0;
}

.theta_use_area .pagelink {
	background: #ced7e6;
	padding: 25px 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.theta_use_area .pagelink li {
	font-weight: bold;
	font-size: 1.6rem;
}

.theta_use_area .pagelink li a {
	color: #002664;
}

.theta_use_area .section_title {
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
	background: #002664;
	padding: 10px 0;
	line-height: 30px;
}

.theta_use_area .section_title:before {
	display: inline-block;
	width: 5px;
	height: 100%;
	background: #fff;
	margin: 0 10px;
	content: "　";
}

.dust {
	vertical-align: middle;
}

.colmun03:after {
	content: "";
	display: block;
	clear: both;
}

.colmun03 {
	margin: 20px 0;
}

.colmun03 .item {
	width: 316px;
	float: left;
	margin: 0 0 0 16px;
}

.colmun03 .img07 {
	width: 630px;
}

.colmun03 .item:first-child {
	margin: 0;
}

.colmun03 .item img {
	margin: 0 0 10px 0;
}

.colmun03 .transfer02 {
	position: relative;
}

.theta_use_area .item .text_title {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
	text-align: left;
}

.transfer02 .circle01 {
	width: 40px;
	position: absolute;
	bottom: -10px;
	left: 39%;
	transform: translateX(-50%);
}

.colmun03 .transfer03 {
	position: relative;
}

.theta_use_area .caution {
	text-align: center;
}

.theta_use_area .caution img {
	margin: 2rem 0;
}

.theta_use_area .caution .red {
	color: red;
}

.transfer03 .circle02 {
	width: 40px;
	position: absolute;
	top: -12px;
	right: 26%;
}

.attention_block {
	background: #feecec;
	padding: 20px 25px;
}

.btn_box {
	text-align: center;
	margin: 75px 0;
}

.spec_area {
	position: relative;
	margin: 70px 0 0 0;
}

.spec_area .base_btn {
	cursor: pointer;
	background: #002664;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 340px;
	text-align: left;
	padding-left: 20px;
}

.spec_area .base_btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
	vertical-align: middle;
}

.photocon_area {
	text-align: center;
}

.lightblue_btn {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(220, 230, 235);
	border-radius: 10px;
	background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(236, 248, 255) 51%, rgb(217, 241, 254) 53%);
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(236, 248, 255) 51%, rgb(217, 241, 254) 53%);
	background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(236, 248, 255) 51%, rgb(217, 241, 254) 53%);
	width: 480px;
	color: #051f49;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	height: 60px;
	line-height: 60px;
}

.lightblue_btn:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	float: right;
	margin-right: 10px;
	font-weight: 400;
	font-weight: 700;
}

.lightblue_btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

.overLayer {
	display: none;
	background: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

.modalBox {
	background: #fff;
	width: 980px;
	height: 80%;
	z-index: 1000;
	position: fixed;
}

.modalBox .close {
/*
	background: #2f2f2f;
	color: #fff;
	cursor: pointer;
	text-align: center;
*/
}

.modalBoxContents table {
	
}
	
.modalBoxContents th {
	font-size: 1.8rem;
	font-weight: bold;
	width: 280px;
	text-align: left;
}

.modalBoxContents td {
	font-size: 1.2rem;
	line-height: 1.8;
}

.modalBoxContents th,
.modalBoxContents td {
	background: #eeeeee;
	vertical-align: middle;
	padding: 20px 30px;
}

.modalBoxContents tr:nth-child(even) th,
.modalBoxContents tr:nth-child(even) td {
	background: #dadada;
}

.modalBox .close_btn {
	display: block;
	width: 100px;
	padding: 5px;
	color: #fff;
	margin: 30px auto;
	background: #000;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

.hidden_area {
	display: none;
}

.side_cv {
	width: 130px;
	text-align: center;
	position: fixed;
	right: 10px;
	top: 200px;
	z-index: 99;
}

.side_cv li {
	margin: 0 0 20px 0;
}

.option_info_link_area .op_badge {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

/* 追加 */
.theta .text {
	font-size: 1.4rem;
}

.sectionTitle {
	margin-bottom: 30px;
	background-color: #002664;
	border-bottom: 4px solid #6ad2fd;
	padding: 15px;
	line-height: 1.2em;
	font-size: 2.3rem;
	font-weight: bold;
	color: #FFF;
	position: relative;
}

.modalBoxContents {
	background-color: #fff;
}

.modalBox .base_btn {
	width: auto;
	border-radius: none;
}

.modalBox .base_btn:after {
	display: none;
}

/* ----------
	共通
------------- */

.-btn_area {
	text-align: center;
}

.regist_btn_area .btn1 {
	position: absolute;
	transform: translateX(-50%);
	bottom: 74px;
	left: 50%;
}

.regist_btn {
	position: relative;
	background: #ff205a;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	width: 430px;
	border-radius: 10px;
	line-height: 63px;
	height: 65px;
	display: inline-block;
	border: 2px solid #ff205a;
	box-sizing: content-box;
	box-shadow: 5px 5px 10px #a48d8d;
}

.regist_btn:hover {
	color: #ff205a;
	background: #ffffff;
	text-decoration: none;
}

.regist_btn:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: 35px;
	top: 0;
	color: #ffffff;
}

.regist_btn:hover:after {
	color: #ff205a;
}