@charset "utf-8";

/* CSS Document */

#wrapper {
	width: 100%;
}

#head_bg {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../img/head_lucent.png);
	position: fixed;
	top: 0;
	z-index: 2;
}

.p-r{
	position:relative;
	}
	
.batch{
	background:rgba(204,0,0,0.7);
	color:#fff;
	border-radius:5px;
	position:absolute;
	font-size:12px;
	padding:20px;
	top:50px;
	left:50%;
	margin-left:-90px;
	width:230px;
	}

#p_1 {
	background: url(../img/bg01.jpg) center 0% no-repeat;
	background-size: cover;
	position: relative;
}

#p_2 {
	background: url(../img/bg02.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

#p_3 {
	background: url(../img/bg03.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

#p_4 {
	background: url(../img/bg04.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

#p_5 {
	padding-bottom: 20px;
	background-size: cover;
	position: relative;
}

#p_6 {
	background: url(../img/bg05.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

#p_7 {
	background-size: cover;
	position: relative;
}

#p_8 {
	background-size: cover;
	position: relative;
}

#p_9 {
	padding-bottom: 20px;
	background-color: #e5eaec;
	background-size: cover;
	position: relative;
}

#p_9a {
	padding-bottom: 20px;
	background-color: #e5eaec;
	background-size: cover;
	position: relative;
}

#p_10 {
	padding-bottom: 70px;
	background-color: #e5eaec;
	background-size: cover;
	position: relative;
}

#p_11 {
	background: url(../img/bg06.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

#p_12 {
	background-size: cover;
	position: relative;
}

#p_13 {
	background-size: cover;
	position: relative;
}

.next_page {
	width: 20%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -10%;
}

.next_page img {
	width: 100%;
}

/*p_1*/
#head {
	padding-left: 10px;
	font-size: 15px;
	text-align: left;
	line-height: 40px;
}

#head_bg img {
	height:40px;
	padding-right: 5px;
	line-height: 40px;
}

#catch {
	padding-top: 40%;
	font-size: 50px;
}

@-webkit-keyframes turnY{
	0%{-webkit-transform: rotateY(0deg);}
	100%{-webkit-transform: rotateY(360deg);}
	/*0%{-webkit-rotateY: 0deg;}
	100%{-webkit-rotateY: 360deg;}*/

}

@-moz-keyframes turnY{
	0%{-moz-transform: rotateY(0deg);}
	100%{-moz-transform: rotateY(360deg);}
}

#start {
	-webkit-animation-name: turnY;/*turnYを呼び出す*/
	-webkit-animation-duration: 2s;/*2秒かけて再生*/
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;

	-moz-animation-name: turnY;/*turnYを呼び出す*/
	-moz-animation-duration: 2s;/*2秒かけて再生*/
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
}

#1000dl{
	padding:25px;
}

/*p_2*/
#comment01 {
	width: 80%;
	position: absolute;
	top: 1px;
	left: 2%;
}

#comment02 {
	width: 70%;
	position: absolute;
	top: 30%;
	right: 2%;
}

#comment03 {
	width: 80%;
	position: absolute;
	bottom: 40%;
	left: 5%;
}

#comment04 {
	width: 80%;
	position: absolute;
	bottom: 25%;
	right: 5%;
}

#broken_heart {
	width: 95%;
	margin-top: 60%;
}

/*p_3*/
#p_3_top {
	font-weight: bold;
	padding: 30% 0 0 0;
}

#fixed_heart {
	width: 27%;
	margin: 15% 0;
}

#p_3_bottom {
	font-weight: bold;
}

/*p_4*/
#p_4_top {
	font-weight: bold;
	color: #fff;
	padding-top: 15%;
}

#professional {
	width: 90%;
	height: 70%;
	margin: -15% auto;
	background: url(../img/black_circle.png) center top no-repeat;
	background-size: 100%;
}

#p_4_img1 {
	width: 70%;
	padding-top: 45%;
}

#p_4_img2 {
	width: 50%;
	margin-top: 10%;

}

#p_4_bottom1 {
	margin-top: 10%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #fff;
}

#p_4_bottom2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #fff;
}

/*p_5*/
#p_5_top {
	font-weight: bold;
	padding: 25% 0 10% 0;
}

#youtube {
	width: 90%;
	height: auto;
	margin: 20px auto;
	background-color: #000;
}

#youtube p {
	color: #fff;
	font-size: 35px;
	line-height: 200px;
}

.movie_ex {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.movie_ex p {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.movie_ex div {
	font-size: 14px;
}

#p_5_bottom {
	font-weight: bold;
	padding-top: 12%;
	padding-bottom: 22%;
}

/*p_6*/
#p_6_q {
	width: 5%;
	padding-top: 15%;
	margin: 0 auto;
}

#p_6_top {
	margin-top: 10%
}

#p_6_middle {
	margin-top: 13%;
	color: #000;
}

#p_6_bottom {
	margin-top: 20%;
	font-size: 30px;
	color: #fff;
}

/*p_7*/
#p_7 a {
	color: #000;
	text-decoration: none;
}

#p_7_top {
	font-size: 22px;
	padding-top: 25%
}

#p_7_top span {
	font-size: 24px;
	color: #e74949;
}

#p_7_bottom {
	font-size: 10px;
}

#p_7 img {
	width: 90%;
	margin-top: 30%;
}

.modal-body {
	height: 330px;
	font-family: "メイリオ", sans-serif;
	text-align: left;
}

.col-md-12{
	margin-bottom: 20px;
}

/*p_8*/
#p_8_top {
	padding-top: 25%;
	font-size: 15px;
}

#p_8_middle {
	margin: 20%;
	font-size: 15px;
}

#p_8_bottom {
	margin: 10%;
	font-size: 15px;
}

/*p_9-10*/
.p_repo{
	padding: 60px 10px;
	text-align: left;
	font-family: "メイリオ", sans-serif;
}

.p_photo img {
	width: 100%;
	margin-bottom: 10px;
}

.p_name {
	margin-left: 20px;
	font-size: 14px;
}

.p_title {
	margin: 10px;
	text-align: center;
	font-size: 16px;
}

.p_text {
	padding: 20px;
	font-size: 13px;
}



@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 0px;
  background-color: #a4a4a4;
}

.general-button:before  {
  border-radius: 0px;
  border-bottom: 0px solid rgba(28,28,28, 0);
  background-color: rgba(28,28,28, 0);
}

.button-content  {
  border-radius: 0px 0px 0px 0px;
  padding: 21px 14.5px;
  box-shadow: 0px 0px 0px 0px rgba(28,28,28, 0);
  color: #f8f8f8;
}

.button-text  {
  padding: 0px 14.5px;
  line-height: 1.4em;
  font-size: 30px;
}

.icon-font  {
  padding: 0px 14.5px;
  font-size: 42px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -0px;
  transition: all 11ms;
  -moz-transition: all 11ms;
  -webkit-transition: all 11ms;
  -o-transition: all 11ms;
  background-color: #ababab;
}

.general-button:hover:before  {
  border-bottom: 0px solid rgba(28,28,28, 0);
  transition: all 11ms;
  -moz-transition: all 11ms;
  -webkit-transition: all 11ms;
  -o-transition: all 11ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(28,28,28, 1);
  transition: all 11ms;
  -moz-transition: all 11ms;
  -webkit-transition: all 11ms;
  -o-transition: all 11ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #979797;
  box-shadow: 0px 1px 0px 0px rgba(16,16,16, 1) inset;
}

.general-button:active:before  {
  top: -0px;
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(28,28,28, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(28,28,28, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #a4a4a4;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(28,28,28, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(28,28,28, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #979797;
  box-shadow: 0px 1px 0px 0px rgba(16,16,16, 1) inset;
}

.touch .general-button:active:before  {
  top: -0px;
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(28,28,28, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(28,28,28, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */



/*p_11*/
#p_11_a {
	padding-top: 30%;
	font-size: 13px;
}

/*p_12*/
.pd_25per {
	padding-top: 25%;
}

#p_12_dl {
	width: 70%;
	height:227px;
	margin: 0 auto;
	background: url(../img/dl_circle.png) center no-repeat;
	background-size: 100%;
}

#p_12_top {
	  width: 94%;
  padding: 49px 24px 0;
  padding-bottom: 3px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: left;
  text-decoration: underline;
}

#p_12_dl img {
	width: 70%;
}

#p_12_button {
	width: 100%;
	margin-top: -20%;
	text-align: center;
}

#p_12_button img {
	width: 60%;
	margin-top: 43px;
}

#p_12_bottom {
	font-size: 10px;
}

.dl-title-r{
    width: 94%;
    padding: 0px 24px 0;
    padding-bottom: 3px;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
	color: #FFF;
	font-weight:bold;
    text-shadow: 2px 2px 1px #F00,
    -2px 2px 1px #F00,
    2px -2px 1px #F00,
    -2px -2px 1px #F00;
}

/*p_13*/
#p_13_top {
	padding-top: 30%;
	line-height: 28px;
}

#p_13_top a {
	color: #c83a27;
	line-height: 28px;
}

#p_13_bottom {
	margin-top: 20%;
	line-height: 28px;
}

#p_13_bg {
	width: 95%;
	height: 15%;
	margin-top: -13%;
	background: url(../img/pink_heart.png) right no-repeat;
	background-size: 30%;
}

#img-flip-v {
	transform: scale( 1, -1);
	-o-transform: rotate(180deg) scale(-1);
	-ms-transform: scale( 1, -1);
	-moz-transform: scale( 1, -1);
	-webkit-transform: scale( 1, -1);
	filter: flipv();
	-ms-filter: flipv();
}

.next_page a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ccc;
}

/*foot*/
#foot {
	height: 127px;
	font-size: 10px;
	color: #ebebeb;
	background-color: #333333;
	padding-top: 42px;
}

.under-tokusyou{
	margin-bottom: 10px;
}

.under-tokusyou a{
	color: #FFF;
	text-decoration: underline;
}
