/*
1 reset
2 basic
3 layout
4 
*/
/*1 Reset*/

*{
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;

}

textarea,
input{
  -webkit-appearance:none;
}

html {
	font-size:62.5%;
	height: 100%;
}

body {
	margin:0 auto;
	padding: 0px;
	background: #fff;
	color: #000;
	height: 100%;
  font-family:游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button{
  cursor: pointer;
}
input,
textarea{
  width: 100%;
}

p{
  margin:0;
  font-size:16px;
  font-size:1.6rem;
  line-height:1;
}

.s{
  background: url(images/home/sprite.png) no-repeat 0 0;
  background-size: 1000px 1000px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.sb::before{
  content: '';
  background: url(images/home/sprite.png) no-repeat 0 0;
  background-size: 1000px 1000px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
}
.sa::after{
  content: '';
  background: url(images/home/sprite.png) no-repeat 0 0;
  background-size: 1000px 1000px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.l_t{
  display: table;
}
.l_t.reverse{
  direction: rtl;
}
.l_c{
  display: table-cell;
  direction: ltr;
  vertical-align: top;
}
.l_c p:first-child{
  margin-top:0;
}
.wrapper{
  margin:0 auto;
  width: 1100px;
  overflow: hidden;
}
.wrapper_narrow{
  margin:0 auto;
  width: 775px;
}

.color_red{
  color: #ed1c24;
}

/* 3 contents */
#space_movie{
  border-top:5px solid #f0788c;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
#space_movie .movie{
  position: absolute;
  z-index: -2;
  top:0;
  left:0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#space_movie .movie video,
#space_movie .movie img{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#space_movie .movie_border{
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background:url(images/home/movie_border.png);
}

#space_movie p{
  color: #fff;
}
header p{
  line-height: 1.8;
}
header .l_c{
  width: 295px;
  vertical-align: middle;
}
header div.copy p{
  font-size:1.1rem;
  font-size: 11px;
}
header .logo{
  width: 510px;
}

header p.copy{
  font-weight: bold;
  font-size:1.5rem;
  font-size: 15px;
  text-align: center;
}
header p.num{
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;

}

header nav a{
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-size:1.7rem;
}
header nav ul{
  margin:20px 0 0 0;
  display: table;
  width: 100%;
  border-left: 1px solid #fff;
}
header nav li{
  padding:10px 0;
  display: table-cell;
  text-align-last: center;
  border-right: 1px solid #fff;
}

#go2pagetop{
  width: 66px;
  height: 66px;
  position: fixed;
  right:50px;
  bottom: 50px;

}
#go2pagetop a{
  background-position: -130px -150px;
  width: 66px;
  height: 66px;
}
footer{
  padding:50px 0;
  background: #f0788c;
}
footer .l_t{
  margin:0 auto;
}
footer .l_c{
  padding:0 30px;
}
footer li{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

footer li a{
  text-decoration: none;
  color: #fff;
}
footer li .sb::before{
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-position: 0 -150px;
}
footer address.sb::before{
  display: block;
  margin:0 auto 15px auto;
  width: 94px;
  height: 28px;
  background-position: -30px -150px;
}
footer address{
  margin-top:50px;
  text-align: center;
  font-size: 13px;
  font-size:1.3rem;
  line-height: 1.7;
  color: #fff;
}

h1{
  margin:50px 0 0 0;
  text-align: center;
}
h1 span{
  padding:10px 5px;
  display: inline-block;
  border-top:10px solid #f0788c;
  font-size: 92px;
  font-size:9.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
#space_movie p.catch_copy{
  margin:5px 0 0 0;
  text-align:center;
  font-size:32px;
  font-size:3.2rem;
  line-height: 1.4;
  font-weight: bold;
}
#space_movie .flow{
  margin:70px auto 0 auto;
}
#space_movie .flow img{
  margin:0 0 5px 0;
  display: block;
}
#space_movie .flow li{
  padding:0 10px;
  text-align-last: center;
  color: #fff;
  font-size:12px;
  font-size: 1.2rem;
}
#space_movie .certification{
  margin: 50px auto 0 auto;
  width: 800px;
  color: #fff;
}
#space_movie .certification dl{
  padding:0 0 0 20px;
}
#space_movie .certification dt{
  font-size: 14px;
  font-size: 1.4rem;
}
#space_movie .certification dd{
  margin:0.5em 10px 0 0;
  float: left;
  font-size:11px;
  font-size:1.1rem;
  line-height: 1.6;
}

main{

}
main p{
  margin:2.5em 0 0 0;
  line-height: 1.8;
}
#sct_cat{
  padding:45px 0 60px 0;
}
#sct_cat ul{
  margin-right: -30px;
}
#sct_cat li{
  margin:15px 30px 0 0;
  float:left;
  width: 346px;
}
#sct_cat li a{
  width: 100%;
  display: table;
  background: #f0788c;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  border-collapse: separate;
  border-spacing: 20px 15px;
  text-decoration: none;
}
#sct_cat li:nth-of-type(4) a,
#sct_cat li:nth-of-type(5) a,
#sct_cat li:nth-of-type(6) a{
  background: #ffadaf;
}
#sct_cat li span{
 display: table-cell;
 vertical-align: middle;
 line-height: 1.4;
 text-align:left;
}
#sct_cat li span:nth-of-type(1){
  width: 100px;
}

#sct_features section{
  padding:50px 0;
}
#sct_features section:nth-of-type(2n){
  background: #fff1f0;
}
#sct_features p{
  text-align: center;
}

#sct_features h2{
  padding:30px 0;
  font-size: 58px;
  font-size: 5.8rem;
  font-weight: bold;
  background: #f0788c;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
#sct_features h3{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #f0788c;
  text-align: center;
}
#sct_features h3 span{
  margin:15px 0 0 0;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: bold;
  color: #fff;
  background:#f0788c;
  display: inline-block;
  height:96px;
  width: 96px;
  border-radius: 48px;
  line-height: 96px;
}
#sct_features h3 em{
  margin:40px 0 0 0;
  display: block;
  color: #000;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
#sct_features h4{
  margin-top:40px;
  padding:0.5em 0;
  background: #000;
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  text-align: center;
  line-height: 1;
}

#sct_features .l_t.wrapper_narrow{
  margin-top:50px;

}
#sct_features .l_t.wrapper_narrow .l_c{
  vertical-align: top;
}
#sct_features .img{
  padding:0 35px 0 0;
  width: 180px;
}
#sct_features .l_t.wrapper_narrow dt{
  padding:0 0 0.6em 0;
  font-size: 19px;
  font-size:1.9rem;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
#sct_features .l_t.wrapper_narrow dd{
  margin-top:1em;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
}
#sct_features .l_t.wrapper_narrow dd p{
  margin-top:1.2em;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
#sct_features .l_t.wrapper_narrow dd p:nth-of-type(1){
  margin-top:0.4em;
}

#sct_features .l_t.wrapper_narrow .ex{
  margin-top:0.5em;
  text-align: left;
  font-size: 14px;
  font-size:1.4rem;
}
#sct_features .l_t.wrapper_narrow .ex a{
  text-decoration: underline;
  color: #2e3192;
}
#sct_features .movies{
  margin:30px 0 -25px 0;
}
#sct_features .movies dt{
  margin:0 0 5px 0;
  text-align: center;
  font-size: 15px;
  font-style: 15rem;
}
#sct_features .movies dd{
  text-align: center;
}
#sct_features .movies .l_t{
  margin:0 auto;
  border-spacing: 10px;
  border-collapse: separate;
}
#sct_features .movies iframe{
  width: 280px;
  height: 168px;
  border-style: none;
}
#sct_lawyer .img p:first-child{
  margin-top:0;
}
#sct_lawyer .img p{
  margin-top:15px;
  font-size: 14px;
  font-size:1.4rem;
}

#sct_lawyer .img img{
  margin-bottom: 5px;
}
#sct_area ul.clearfix{
  margin: 10px -10px 0 -10px;
  width: 820px;
}
#sct_area ul.clearfix li{
  margin:20px 10px 0 10px;
  padding:0.8em 10px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  width: 390px;
  box-sizing: border-box;
  float: left;
}

#sct_buttons{
  padding:50px 0;
}


ul.list_buttons{
  margin-right: -30px;
}
.list_buttons li{
  margin:15px 30px 0 0;
  float:left;
  width: 346px;
}
.list_buttons li a{
  width: 100%;
  display: table;
  background: #f0788c;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  border-bottom: 5px solid #ffadaf;

  text-decoration: none;
}

.list_buttons li span{
  padding:10px 0 10px 10px;
  display: table-cell;
  vertical-align: middle;
  width: 64px;
  height: 64px;
}
.list_buttons li span::after{
  width: 64px;
  height: 64px;
  background-position:  0 0;
  display: inline-block;
}

.list_buttons li div{
  padding:10px 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.list_buttons p{
  margin:0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  display: inline-block;
  font-weight: bold;
}

.list_buttons p.copy{
  font-size: 15px;
  font-size: 1.5rem;
}

.list_buttons li:nth-of-type(2) a{
  background: #3b71a3;
  border-color:#7097bb;
}

.list_buttons li:nth-of-type(3) a{
  background: #71a300;
  border-color:#98bc4a;
}
.list_buttons li:nth-of-type(4) a{
  background: #713a00;
  border-color:#977149;
}

.list_buttons li:nth-of-type(5) a{
  background: #d23b00;
  border-color:#de7149;
}

.list_buttons li:nth-of-type(6) a{
  background: #f7931e;
  border-color:#fbb03b;
}

.list_buttons li:nth-of-type(2) span::after{
  background-position: -70px 0;
}

.list_buttons li:nth-of-type(3) span::after{
  background-position: -140px 0;
}

.list_buttons li:nth-of-type(4) span::after{
  background-position: -210px 0;
}

.list_buttons li:nth-of-type(5) span::after{
  background-position: -280px 0;
}

.list_buttons li:nth-of-type(6) span::after{
  background-position: -350px 0;
}


#sct_labels{
  padding:50px 0;
  background-color: #fff1f0;
}

ul.list_labels{
  margin-right: -30px;
}
.list_labels li{
  margin:15px 30px 0 0;
  float:left;
  width: 346px;

}
.list_labels a,
.list_labels .label{
  width: 100%;
  display: table;
  color: #fff;
  background:#294c5b;
}

.list_labels li span{
  padding:10px 0 10px 10px;
  display: table-cell;
  vertical-align: middle;
  width: 64px;
  height: 64px;
}
.list_labels li span::after{
  width: 64px;
  height: 64px;
  background-position:  -420px 0;
  display: inline-block;
}

.list_labels li a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.list_labels li a div,
.list_labels li .label div{
  padding:10px 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.list_labels li:nth-of-type(2) span::after{
  background-position:  -490px 0;
}
.list_labels li:nth-of-type(3) span::after{
  background-position:  -560px 0;
}
.list_labels li:nth-of-type(4) span::after{
  background-position:  -630px 0;
}
.list_labels li:nth-of-type(5) span::after{
  background-position:  -700px 0;
}
.list_labels li:nth-of-type(6) span::after{
  background-position:  -770px 0;
}

.list_labels li:nth-of-type(2) a{
  background-color: #f8a775;
}
.list_labels li:nth-of-type(3) a{
  background-color: #a0bcdc;
}
.list_labels li:nth-of-type(4) a{
  background-color: #d84c79;
}
.list_labels li:nth-of-type(5) .label{
  background-color: #009cb2;
}
.list_labels li:nth-of-type(6) a{
  background-color: #7a4442;
}


#sct_sns{
  padding:30px 0;
}
#sct_sns .l_t{
  margin:0 auto;
  border-spacing: 25px 0;
  border-collapse: separate;
}

#sct_sns a{
  width: 50px;
  height: 50px;
  background-position: 0 -90px;
}
#sct_sns a.fb{
  background-position: -60px -90px;
}

#sct_sns a.ameblo{
  background-position: -180px -90px;
}

@media screen and (max-width: 1010px) {
    .wrapper{
      width: 1010px
    }
    header p.num{
    font-size: 2.2rem;
    }
    header nav li{
      text-align: center;
    }
    header nav a{
      font-size:1.4rem;
    }
    #sct_cat li{
      width: 306px;
    }
    .list_buttons li{
      width: 306px;
    }
    .list_buttons p{
      font-size: 2rem;
    }

    .list_buttons p.copy{
      font-size: 1.5rem;
    }
    .list_labels li{
      width: 306px;
    }
    .list_labels li a div,
    .list_labels li .label div{
      font-size: 1.4rem;
    }
}
/*Iho*/
div#Stage.Iho {
  margin:-300px 0 0 -480px;
  position: fixed;
	background:#fff;
	border:10px solid #FC0;
	left:50%;
	top:50%;
}
div#Iho {
	padding:55px 55px 55px 220px;
}
div#Iho p.Text {
	font-size:27px;
	font-weight:bold;
	line-height:1.5em;
	color:#333;
}
div#Iho ul {
	margin:40px 0 0 50px;
}
div#Iho ul li {
	background:url(img/others/icon_pinkS.png) no-repeat 0 5px;
	margin-top:10px;
	padding-left:20px;
	color:#333;
}
div#Iho p.Keikoku {
	background:url(img/others/img_iho2.png) no-repeat;
	margin:50px 0 0 0;
	padding:10px 0 10px 50px;
	font-size:18px;
	font-weight:bold;
	color:#C00;
}
