/*===============================================
●pc用のcssを記述
===============================================*/
@media screen and (min-width : 1300px ){


	

/*ヘッドー-----------------*/	
	
.head {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: table;
    width: 100%;
    height: 90vh;
    margin-top: 0px;
    background-image: url(../img/main_pc.jpg);
    background-position: center top;
    background-size: cover;
}

.head_wrapp {
    padding: 0px;
    width: 95%;
	height: auto;
    max-width: 1200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    height: 95px;
}
.head_h1 {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 1px;
    font-weight: lighter;
    display: none;
    width: 100%;

}	
.logo_txt {
    padding: 0px;
    margin-top: 100px;
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    max-width: 100px;
    width: 90%;
    display: block;
}	
.logobox {
    padding: 0px;
    margin-top: 50px;
	margin-bottom: 5vh;
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    max-width: 685px;
    width: 90%;
    display: block;
}
.logobox_sp {
    display: none;
}
	



/*プロフィール-----------------*/		
	
.sec_prof_midashi {
    width: 90%;
max-width: 530px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sec_prof_parson {
    width: 100%;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.sec_prof_main {
    width: 100%;
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    min-height: 850px;
    background-color: #000000;
}	
.sec_prof_tubasha {
    background-image: url(../img/profiler_mai.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.sec_prof_suzume {
    background-image: url(../img/profiler_suzume.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec_prof_kanna {
    background-image: url(../img/profiler_kanna.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec_prof_rin {
    background-image: url(../img/profiler_rin.jpg);
      background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec_prof_wrapp {
    width: 80%;
	max-width: 960px;
    display: table;
    margin-right: auto;
    margin-left: auto;
}	

.sec_prof_box {
    width: 85%;
    max-width: 480px;
    height: auto;
    display: table;
    margin-right: auto;
    margin-left: auto;
    background-color: hsla(0,0%,0%,0.60);
}	
.prof_box_tubasha {
    float: left;
    margin-top: 230px;	
}
.prof_box_suzume {
    float: right;
    margin-top: 280px;	
}
.prof_box_kanna {
    float: left;
    margin-top: 150px;	
}	
.prof_box_rin {
    float: right;
    margin-top: 150px;	
}	
.sec_prof_box_in {
    width: 85%;
    min-height: 200px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
	margin-bottom: 40px;
}		
.sec_prof_box_namebox {
    width: 100%;
    min-height: 20px;
    display: table;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px solid #fff;	
}		
.sec_prof_box_in_name {
	width: auto;
   height: 40px; 
	display: table;
float: left;
}	
	
.sec_prof_box_in_name_icon {
	margin-top: 10px;
    width: 30px;
    display: table;
    float: right;
}	
.sec_prof_box_in_txt {
    width: 100%;
    min-height: 20px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
    line-height: 190%;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: hsla(0,0%,100%,1.00);
    text-align: left;
 
}		

.sec_prof_sub {
    position: relative;
    width: 100%;
    height:0;
    padding-top: 18%;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    display: table;

}
.sec_prof_sub iframe{
    position:absolute;
    top:0;
    left:0;
  height: 100% !important;	
    width:100%;
    border:none;	
}		
	

	

	
	
	
}

/*===============================================
●tablet用のcssを記述
===============================================*/	
@media only screen and (min-width : 768px ) and ( max-width : 1299px ){


	
/*ヘッドー-----------------*/	
	
.head {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: table;
    width: 100%;
    height: 70%;
    margin-top: 0px;
    background-image: url(../img/main_pc.jpg);
    background-position: center top;
    background-size: 130%;
    background-repeat: no-repeat;
}

.head_wrapp {
    padding: 0px;
    width: 95%;
	height: auto;
    max-width: 1200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    height: 95px;
}
.head_h1 {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 1px;
    font-weight: lighter;
    display: none;
    width: 100%;

}	
.logo_txt {
    padding: 0px;
    margin-top: 50px;
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    max-width: ;
    width: 7%;
    display: block;
}	
.logobox {
    padding: 0px;
    margin-top: 3%;
	margin-bottom: ;
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    max-width: ;
    width: 50%;
    display: block;
}
.logobox_sp {
    display: none;
}	
	
	
/*プロフィール-----------------*/		
	
.sec_prof_midashi {
    width: 90%;
max-width: 530px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sec_prof_parson {
    width: 100%;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.sec_prof_main {
    width: 100%;
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    min-height: 550px;
    background-color: #000000;
}	
.sec_prof_tubasha {
    background-image: url(../img/profiler_mai.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.sec_prof_suzume {
    background-image: url(../img/profiler_suzume.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec_prof_kanna {
    background-image: url(../img/profiler_kanna.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec_prof_rin {
    background-image: url(../img/profiler_rin.jpg);
      background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec_prof_wrapp {
    width: 95%;
	max-width: 960px;
    display: table;
    margin-right: auto;
    margin-left: auto;
}	

.sec_prof_box {
    width: 80%;
    max-width: 400px;
    height: auto;
    display: table;
    margin-right: auto;
    margin-left: auto;
    background-color: hsla(0,0%,0%,0.60);
}	
.prof_box_tubasha {
    float: left;
    margin-top: 70px;	
}
.prof_box_suzume {
    float: right;
    margin-top: 70px;	
}
.prof_box_kanna {
    float: left;
    margin-top: 70px;	
}	
.prof_box_rin {
    float: right;
    margin-top: 70px;	
}	
.sec_prof_box_in {
    width: 85%;
    min-height: 200px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
	margin-bottom: 30px;
}		
.sec_prof_box_namebox {
    width: 100%;
    min-height: 20px;
    display: table;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px solid #fff;	
}		
.sec_prof_box_in_name {
	width: auto;
   height: 35px; 
	display: table;
float: left;
}	
	
.sec_prof_box_in_name_icon {
	margin-top: 5px;
    width: 30px;
    display: table;
    float: right;
}	
.sec_prof_box_in_txt {
    width: 100%;
    min-height: 20px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 190%;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: hsla(0,0%,100%,1.00);
    text-align: left;
 
}		

.sec_prof_sub {
    position: relative;
    width: 100%;
    height:0;
    padding-top: 18%;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    display: table;

}
.sec_prof_sub iframe{
    position:absolute;
    top:0;
    left:0;
  height: 100% !important;	
    width:100%;
    border:none;	
}		
	
	
	
	
	

}


/*ここからスマートフォン用環境の設定---------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 767px ){


	
	
/*ヘッドー-----------------*/	
	
.head {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: table;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background-image: url(../img/main_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;	/*重要*/
    text-align: center;
    background-color: #000000;
    background-size: 100% auto;
}

.head_wrapp {
    padding: 0px;
    width: 100%;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}
.head_h1 {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 1px;
    font-weight: lighter;
    display: none;
    width: 90%;
    float: left;
    color: #FFFFFF;
}	
.logo_txt {
    padding: 0px;
    margin-top: 21%;
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    min-width: 45px;
    width: 14%;
    display: block;
}		
.logobox {
   margin-right: auto;
    margin-left: auto;
    margin-top: 28%;


    max-width: 350px;
    width: 80%;
    display: block;
}
.logobox_sp {
   margin-right: auto;
    margin-left: auto;
    margin-top: 285px;


    max-width: 300px;
    width: 90%;
    display: block;

}
	
/*プロフィール-----------------*/		
	
.sec_prof_midashi {
    width: 90%;
max-width: 480px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sec_prof_parson {
    width: 100%;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.sec_prof_main {
    width: 100%;
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  background-color: #000000
}	
.sec_prof_tubasha {
    background-image: url(../img/profiler_mai_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 650px;
    background-size: 740px auto;
}
.sec_prof_suzume {
    background-image: url(../img/profiler_suzume_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 800px auto;
    min-height: 650px;
}
.sec_prof_kanna {
    background-image: url(../img/profiler_kanna_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 700px auto;
   min-height: 650px;		
}

.sec_prof_rin {
    background-image: url(../img/profiler_rin_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1300px auto;
    min-height: 650px;
}
.sec_prof_wrapp {
    width: 90%;
	max-width: 960px;
    display: table;
    margin-right: auto;
    margin-left: auto;
}	

.sec_prof_box {
    width: 100%;
    max-width: 480px;
    min-height: auto;
    display: table;
    margin-right: auto;
    margin-left: auto;
    background-color: hsla(0,0%,0%,0.60);
}	
.prof_box_tubasha {
   margin-right: auto;
    margin-left: auto;
    margin-top: 20px;	
}

.prof_box_suzume {
   margin-right: auto;
    margin-left: auto;
    margin-top: 20px;	
}
.prof_box_rin {
   margin-right: auto;
    margin-left: auto;
    margin-top: 20px;	
}		
.prof_box_kanna {
   margin-right: auto;
    margin-left: auto;
    margin-top: 20px;	
}		
.sec_prof_box_in {
    width: 85%;
    min-height: 100px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
	margin-bottom: 20px;
}		
.sec_prof_box_namebox {
    width: 100%;
    min-height: 20px;
    display: table;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
    border-bottom: 1px solid #fff;	
}		
.sec_prof_box_in_name {
	width: auto;
   height: 30px; 
	display: table;
float: left;
}	
	
.sec_prof_box_in_name_icon {
	margin-top: 6px;
    width: 25px;
    display: table;
    float: right;
}	
.sec_prof_box_in_txt {
    width: 100%;
    min-height: 20px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 160%;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: hsla(0,0%,100%,1.00);
    text-align: left;

}		

.sec_prof_sub {
    position: relative;
    width: 100%;
    height:0;
    padding-top: 35%;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    display: table;

}
.sec_prof_sub iframe{
    position:absolute;
    top:0;
    left:0;
  height: 100% !important;	
    width:100%;
    border:none;	
}	
		





}
