@charset "UTF-8";

.sp_only{
	display: block;
}

.pc_only {
	display: none;
}

.pad_only{
	display: none;
}

html{
	overflow-y:scroll;
	background: #eee;

}

body{
	width: 100%;
	max-width: 750px;
	line-height: 1.4;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	background: #F0F4F7;
	margin: 0 auto;
	overflow-x: hidden;
	box-shadow: 0 0 8px gray;
}

p{
	word-wrap: break-word;
}

.medium{
	font-size: 1rem;
}

.small{
	font-size: 0.7rem;
}

.indent_box{
	padding-left: 1em;
}

.indent{
	text-indent: -1em;
}

.indent_left{
	padding-left: 1em;
}

img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	font-size: medium;
}

hr{
	border:solid 1px #cecece;
	width:75%;
	margin:0 auto;
	margin-top:20px;
}

table,th,td{
	padding:20px;
}

th,td{
	border:1px solid #313131;
	margin: 0 -1px -1px 0;
}

dl{
	padding:10px 0 0 15px;
}

dl dt{
	display: list-item;
	list-style: disc;
}

dl dd:not(:last-child){
	padding-bottom:5px;
}

*:focus {
	outline: none;
}

a,button{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
}

.link{
	color: #0071bc;
	text-decoration:underline;
}

.link:hover{
	cursor: pointer;
}

.hover:hover{
	cursor: pointer;
}

#wrapper{
	position: relative;
	width:100%;
	margin:0 auto;
	z-index: 1;
}

/*注釈*/

.note_cmt_text{
	font-size: 0.3rem;
	vertical-align: super;
}

.note_cmt{
	font-size: 0.7rem;
	margin: 0.5rem 1rem 0rem;
	text-align: left;
	max-width: 750px;
}

.note_cmt p{
	padding-left: 1em;
	text-indent: -2em;
	margin-bottom: 0.5em;
}

.note_cmt p::before{
	content: "※";
}

@media screen and (min-width:768px){
	.sp_only{
		display: none;
	}

	.pad_only{
		display: block;
	}

	body{
		font-size:16px;
		line-height: 1.6;
	}

	.small{
		font-size: 0.8rem;
	}

	.note_cmt{
		font-size: 0.8rem;
	}
}/*ipad*/


/*/////////////////////////////
終了対応
////////////////////////////*/

.information{
	border: solid 3px #ff0000;
	margin: 15px 0 40px;
	border-radius: 5px;
	padding: 7px;
	font-weight: 700;
	background: #fff;
	font-size: 0.9rem;
	color: #ff0000;
	text-align: center;
}

/*/////////////////////////////
header
////////////////////////////*/

header{
	position: relative;
	top:0;
	left:0;
	width:100%;
	background-color: #fff;
	z-index: 10;
}

#header-inner{
	display: flex;
    align-items: center;
    justify-content: center;
	max-width:750px;
	margin:0 auto;
	padding:5px 10px;
}

#header-inner #logo-img{
	width: 100px;
    margin: 3px 0;
}

@media screen and (min-width:768px){
	#header-inner *{
		transition:all ease .5s;
	}
	
	#header-inner #logo-img {
		width: 180px;
		padding: 3px;
	}
}/*ipad*/

@media screen and (min-width:1024px){
	header {
		position:static;
		max-width: 750px;
		margin:0 auto;
	}
}/*PC*/


/*/////////////////////////////
メインビジュアル
////////////////////////////*/

#mainvisual{
	position: relative;
	width:100%;
	margin:0;
	text-align:center;
}

.mainvisual_wrapper{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.mainvisual_wrapper1{
	position: absolute;
	top: 0;
	left:0;
	overflow: hidden;
	z-index: 2;
}

.main{
	width: 100%;
	animation-delay: 0.3s;
}

.main1{
	width: 100%;
	animation-delay: 0.6s;
}

.main2{
	width: 100%;
	margin-top: 1%;
	animation-delay: 0.9s;
}

.main3{
	width: 100%;
	margin-top: 2%;
	animation-delay: 1.2s;
}

.float_link{
	position: absolute;
	bottom: 3.5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
	z-index: 99;
}

#mainvisual .float_link a{
	font-size: 0.8rem;
	font-weight: bold;
	color: #4CACBC;
	white-space: nowrap;
	animation-delay: 1.2s;
}

@media screen and (min-width:768px){
	.float_link{
		bottom: 4%;
	}
	
	#mainvisual .float_link a{
		font-size: 1rem;
	}
}/*ipad*/


/*/////////////////////////////
コンテンツ
////////////////////////////*/

#main{
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}

#main:after{
	display: block;
	content: "";
	clear: both;
}

.category{
	padding-bottom: 1rem;
}

.category_inner{
	position: relative;
    padding: 1rem;
    margin: 0 auto;
	overflow:hidden;
}

.category_inner1{
	padding: 0.5rem;
    margin: 0 auto;
}

.category_title{
    margin: 1rem auto;
}

/* スクロール */

.scrollin{
	animation: scrollIn 0.7s forwards;
	opacity:0;
}

.scrollin_trigger{
    opacity: 0;
}

/* ボタン */

.btn_area{
	text-align:center;
	margin:1rem auto 0;
}

.btn{
	position: relative;
	display: inline-block;
	padding:12px 0;
	color:#fff;
	font-size:16px;
	text-align:center;
	cursor: pointer;
}

.btn.application{
	background-color: #ff5722;
	width: 280px;
	padding: 12px 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -.5px;
	border-radius: 5px;
}

.btn.white{
	background-color: #fff;
	width: 250px;
	padding: 6px 0;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: -.5px;
	border-radius: 5px;
}

.btn.brown{
	background-color: #9A8371;
	width: 290px;
	padding: 12px 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -.5px;
}

.btn.blue{
	background-color: #4CACBC;
	width: 120px;
	padding: 8px 0;
	font-size: 0.7rem;
	letter-spacing: -.5px;
	border-radius: 5px;
}

/* フロートボタン */
#js_applyButton_area{
	position: fixed;
	bottom:0;
	width:100%;
	max-width: 750px;
	padding:8px 0;
	background-color: rgba(222,222,222,0.9);
	text-align:center;
	transition: all ease .5s;
	transform:translateY(100%);
	z-index: 10;
}

#js_applyButton_area.show{
	transform:translateY(0);
}

@media screen and (min-width:768px){
	.btn.application{
		width: 400px;
	}

	.btn.white{
		width: 400px;
		padding: 12px 0;
		font-size: 1rem;
	}

	.btn.brown{
		width: 400px;
	}

	.btn.blue{
		padding: 12px 0;
		font-size: 0.8rem;
	}
}/*ipad*/


/*/////////////////////////////
auHOMEとは
////////////////////////////*/

#about_auhome{
	padding: 0 0 1rem;
}


/*/////////////////////////////
デバイスのここがいい！
////////////////////////////*/

#device{
	background: #9CD0E3;
	padding: 0 0 1rem;
}

#device .category_inner{
    padding: 1rem 0.5rem;
}

.img_container{
	position: relative;
}

.img_container .float_link{
	top: 17%;
	left: 62%;
}

.img_container .float_p{
	position: absolute;
	font-size: 0.75rem;
	white-space: nowrap;
	bottom: 3.5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
	z-index: 99;
}


@media screen and (min-width:768px){
	.img_container .float_link{
		top: 17.5%;
		left: 62%;
	}
	
	.img_container .float_p{
		font-size: 1rem;
	}
}/*ipad*/

@media screen and (min-width:1024px){

}/*PC*/


/*/////////////////////////////
キャンペーン内容		
////////////////////////////*/

#campaign{
	background: #4CACBC;
}


/*/////////////////////////////
キャンペーン詳細
////////////////////////////*/

#attentions{
	background-color: #E4EFF3;
}

#attentions .category_inner{
	padding-bottom: 0;
}

.contents{
    padding: 1rem 0.5em 2rem;
}

.contents_title{
	font-size: 1.2rem;
	font-weight: bold;
}

.contents_inner{
	background-size: contain;
    padding-top: 0.5rem;
}


/*/////////////////////////////
お申し込み・ご利用までの流れ
////////////////////////////*/

#flow_application{
	background-color: #E4EFF3;
}

/* povo */

.povo_attention{
	background-color: #F0F4F7;
	margin:0.5rem -0.3rem;
	padding: 0.5rem;
}

.povo_attention_text{
	position: relative;
}

.povo_attention_text span{
	padding-left: 22px;
}

.povo_attention_text::before{
	position: absolute;
	content: '';
 	display: inline-block;
 	width: 20px;
 	height: 20px;
 	background-image: url(../img/attention.png);
	background-repeat: no-repeat;
 	background-size: contain;
 	vertical-align: middle;
}

.povo_attention_table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.8rem;
}

.povo_attention_table th{
	text-align: center;
	padding: 10px 5px;
	background: #D2CAB7;
	border: solid 1px #212121;
}

.povo_attention_table td{
	padding: 10px 5px;
	background: #fff;
	border: solid 1px #212121;
}


/*/////////////////////////////
オプションサービス
////////////////////////////*/

#option_service{
	background-color: #D2CAB7;
	padding-top: 1rem;
}

.option_inner{
	background-color: #fff;
	padding: 1rem 0.5rem;
}

.ts_container{
	position: relative;
	padding-bottom: 1.2rem;
}

.ts_container .title{
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	padding: 0.5rem 0 0.5rem;
}

.ts_container .subtitle{
	font-size: 1rem;
	font-weight: 700;
	color: #ff5722;	
	display: block;
    margin-top: 10px;
	text-align: center;
}

.ts_container > a{
	position: absolute;
	right: 0%;
	bottom: 0%;
}

.ts_img{
	margin: 2rem auto;
}


/*/////////////////////////////
下部申し込みボタンエリア
////////////////////////////*/

.pd{
	padding: 0 0.5rem 1rem;
	background: #EAEAEA url(../img/pattern.png) left top;
	background-size: cover;  
}

.pd_inner{
	background: rgba(255,255,255,0.2);
	border-radius: 20px;
	padding: 0.5rem 0.5rem;
}

.pd .btn_area{
	margin-bottom: 1rem;
}


/*/////////////////////////////
フッター
////////////////////////////*/

footer{
	width:100%;
	background-color:#666666;
	padding:30px 0;
}

#footer-inner {
	padding:0 10px;
	text-align: center;
	
}

#copyright{
	display: block;
	font-size:10px;
	color:#fff;
	letter-spacing: .5px;
}




/*/////////////////////////////
モーダルウィンドウ
////////////////////////////*/

/*デバイス詳細設定*/
 #device-detail-overlay{
 position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.85);
    overflow: hidden;
    z-index: 11;
    display: none;
}

 #overlay-inner {
 	position: relative;
/*    padding:50px 0 70px 0;*/
    margin: 0 auto;
    z-index: 100;
}

 #overlay-contents{
 	position: relative;
 	background-color: #fff;
 	padding:20px 10px;
 	z-index: 1;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    z-index: 10000;
    border-radius: 5px;
 }

 #overlay-contents.apply-table{
 	position: relative;
 	padding:20px 10px;
    width:100%;
    max-width: inherit;
 }

#overlay-contents.apply-table #js_device-iframe{
	width:700px;
	
}
#overlay-contents.apply-table .js_overlayClose{
	text-align: left;
}

#device-info-wrapper{
	background-color: #fff;
    border-radius: 5px;
    overflow-y: scroll;
    clear: both;
    height: 380px;
 }

 #device-info-inner{
 	height:100%;
 	width:100%;
 	padding-top: 15px;
 	overflow-y: auto;
 	-webkit-overflow-scrolling: touch;
}

.js_overlayClose{
	text-align:center;
	padding:15px 0 0 0;
    z-index: 100;
}

.js_overlayClose span{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;  /* 丸みの度合い */
	background: #eee; /* ボタンの背景色 */
}

.js_overlayClose span::before, .js_overlayClose span::after{
	content: "";
  	position: absolute;
  	top: 50%;
  	left: 50%;
	width: 3px;
	height: 21px;
	background: #333;
	border-radius: 10px;
}

.js_overlayClose span::before{
	transform: translate(-50%,-50%) rotate(45deg);
}

.js_overlayClose span::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

#js_device-iframe{
 	border:0;
 	height:100%;
 	width:100%;
}


/*/////////////////////////////
アニメーション
////////////////////////////*/

@keyframes zoomIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	50% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(5%);
	}
	100% {
		transform: translateY(0);
	}
	20%,100% {
		opacity: 1;
	}
}

@keyframes scrollIn{
	from {
    	opacity: 0;
  		transform: translateY(100px);
  	}

  	to {
    	opacity: 1;
  		transform: translateY(0);
  	}
}

@keyframes animate-snow {
	0% {
		opacity: 0;
		top: 0;
	}

	10% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		top: 100%;
	}
}

.fadein_up {
	animation-name: fadein_up_anime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadein_up_anime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadein_left{
	animation-name: fadein_left_anime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	
@keyframes fadein_left_anime{
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadein_right{
	animation-name: fadein_right_anime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity :0;
}

@keyframes fadein_right_anime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.zoom_in {
	animation: zoom-in-anim 1s;
}

@keyframes zoom-in-anim {
	0% {
		transform: scale(1);
	}
	50%{
		transform: scale(1.035);
	}
	100% {
		transform: scale(1);
	}
}

.fuwafuwa {
	animation:fuwafuwa 2s infinite linear alternate;
}

.fuwafuwa1 {
	animation:fuwafuwa 2.5s infinite linear alternate;
}
   
@keyframes fuwafuwa {
	0% {
		transform:translate(0, 0);
	}
	50% {
		transform:translate(0, -5px);
	}
	100% {
		transform:translate(0, 0);
	}
}

.popIn{
	animation-name:popInAnime;
	animation-duration: 0.7s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes popInAnime{
  from {
	opacity: 0;
	transform: scale(0.7);
  }

  to {
	opacity: 1;
	transform: scale(1);
  }
}
