@charset "utf-8";
@media (min-width: 768px) {}
@media (max-width: 767px) {}

body {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
}
@media (min-width: 768px) {
#wrapper {
  background: #fff;
  color: #131313;
  font-size: 16px;
}
}
@media (max-width: 767px) {
#wrapper {
  background: #fff;
  color: #131313;
  font-size: 14px;
}
}

/*************************

サブページ用 レイアウト調節

*************************/
@media (min-width: 768px) {
  .container {
    position: relative;
    top: 30px!important;
  }
}
@media (max-width: 767px)  {
  .container {
    position: relative;
    top: 70px!important;
  }
}
.container .container { top: 0!important;  }

/*▼ヘッダー固定の場合topicPathの重なり調整**/
.topicPath {
  position: relative!important;
  z-index: 8!important;
}

/*▼innerの左右に余白*/
.inner {
  padding: 0 5%;
}
.inner .inner {
  padding: 0!important;
}

/*▼黒ボタンのリンク色設定*/
.btnEntryGroup a {
  color: #fff!important;
  text-decoration: none!important;
}

/*▼規約ウィンドウ*/
@media (min-width: 768px) {
.agreement h2 {
	max-width: 100%!important;
	font-size: 26px; 
	padding: 0!important;
	}
 }
@media (max-width: 767px)  {
.agreement h2 {
	max-width: 100%!important;
	font-size: 20px;
	text-align: left;
	padding: 0!important;
 }
 }
.agreement h2::before ,
.agreement h2::after {
 display: none;
}
/*************************

サブページ用 レイアウト調節
    
*************************/


.content {
	border: none;
  padding: 0;
  margin: 0;  
}

/* ▼リンク色 */
a:link, a:visited {
  text-decoration: underline;
  color: #131313;
}
@media (min-width: 768px) {
#wrapper a:hover {  
  transition: 0.4s;  
  filter:alpha(opacity=60);  
  -moz-opacity: .6;  
  opacity: .6;
}
}

/* ▼br */
.br_pc {display:block;}
.br_sp {display:none;}
@media only screen and (max-width: 768px) {
	.br_pc {display:none;}
	.br_sp {display:block;}
}

/* ▼clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/* header PC
*************************/
/* @media (min-width: 768px) {
  header {
    padding: 0px 10px 0;
    box-sizing: border-box;
    height: 120px;
    width: 100%;
    background-color:#131313;
    color: #fff;
    z-index: 10;
  }
  header a:link, header a:visited {
    color: #fff;
  }
  header a:hover, header a:active {
    color: #fff;
  }
  header .inner {
    max-width: 1020px!important;
    height: 120px;
    margin: 0 auto;
    padding: 0;
  }
  .header_main {
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    text-align: center;
    position: relative;
	}	
  .siteHeading {
	  font-size: 161.5%;
	  float: none;
	  z-index: 1000;
  }
  .siteHeading.forPc a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    padding: 0;
  }
  .siteHeading.forPc a img {
    display: block;
    max-width: 180px!important;
    max-height: 180px!important;
    margin: 0 auto;
  }
  .siteHeading.forSp {
    display: none;
  }
  #header_user {
    margin-top: 20px;
    width: auto;
    height: auto;
    color: #fff;
    position: relative;
    z-index: 1001;
    float: right;
}
  #header_user dt {
    display: none!important;
    }
  #header_user dt span {
    display: none;
  }
  #header_user dd {
    float: right;
    font-size: 100%;
    width: auto;
  }
  #header_user p {
    margin: 0;
    text-align: center;
    line-height: 20px;
    font-size: 9px; 
  }
  #header_user p a {
    text-decoration: none;
    background-color: transparent;
    color: #E50012;
    padding: 0 0 0 8px;
    width: auto;/*ここでユーザーボックスの幅調節 
    height: initial;
    height: auto;
    line-height: 1;
    text-align: center;
    display: block;
    margin: 0;
    border-radius: 0;
    font-size: 15px;
    position: relative;
		font-weight: 800;
   }
	#header_user p a:before {
    content:''; 
    display: inline-block; 
    position: absolute; 
    top:50%;
    width: 0!important; 
    height: 0!important; 
    border-left: 6px solid #E50012; 
    border-top: 4px solid transparent; 
    border-bottom: 4px solid transparent;
    margin-top: -5px;
    left:0;
}
 #header_user p:nth-last-child(2) {
    margin: 0 20px 0 0;/*1つ目のボタンのマージン
  }
  #header_user a:hover {
    background-color: transparent;
    color: #E50012;
  }
} */


/* header SP
*************************/
@media (max-width: 767px) {
  header {
    background: #131313;
    position: fixed;
    width: 100%;
    z-index: 1005;
    height: 50px;
    margin: 0;
    padding: 0!important;
  }
  header .inner {
    padding: 0;
  }
  .siteHeading {
    font-size: 130.8%;
    color: #fff;
    float: left;
    width: auto;
  }
  .siteHeading.forPc {
    display: none;
  }
  .siteHeading.forSp {
    position: static;
    margin: 0;
    height: 50px;
  }
  .siteHeading.forSp img {
    display: block;
    max-width: initial;
    max-height: initial;
    width: 75px;
    height: 75px;
    margin: 0;
  }
  .header_main {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: none;
    margin: 0!important;
  }
	#header_user {
			width: auto;
			height: auto;
			height: initial;
			background: transparent;
			color: #E50012;
			position: absolute;
			top: 5px;
			right: 70px;
			z-index: 1001;
			float: none;    
			text-align: center;
			margin-top: 0;
			display: inline-block;
			}
  #header_user dt {
			display: none!important;
			}
  #header_user dd {
			float: none;
			font-size: 100%;
			width: auto;
			height: auto;
			height: initial;
			display: block;
			text-align: center!important;
			}
		#header_user dd p {
			margin-right: 0;
		}     
  #header_user p {
    margin: 0;
    text-align: center;
    line-height: 1.4;
    font-size: 14px; 
    display: inline-block!important;
    float: none!important;
    }
  #header_user p a {
    text-decoration: none;
    background-color: transparent;
    width: auto;
    height: auto;
			height: initial;
    line-height: 1.4;    
    padding: 0 0 0 10px;
    color: #E50012;
    text-align: center;
    display: block!important;
    margin: 0 auto!important;
    font-size: 14px!important;
    font-weight: 900;    
			position: relative;
    }
	#header_user p a:before {
    content:''; 
    display: inline-block; 
    position: absolute; 
    top:50%;
    width: 0!important; 
    height: 0!important; 
    border-left: 6px solid #E50012; 
    border-top: 4px solid transparent; 
    border-bottom: 4px solid transparent;
    margin-top: -5px;
    left:0;
}		
  #header_user p:nth-last-child(2) {
    margin: 0 10px 0 0;/*1つ目のボタンのマージン*/
  }		
  #header_user p a:hover{
    color: #E50012;
    background-color: transparent;
  } 	
}


/* mainNav PC
*************************/
@media (min-width: 768px) {
  #mainNav {
    z-index: 11;
    background:transparent;
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 1020px;
    padding: 0 10px;
  }
  #mainNav ul.inner {
    position: relative;
    float: none;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 280px;
    box-sizing: border-box;
    text-align: right;
    font-size: 0;
		}
  #mainNav ul.inner:before , #mainNav ul.inner:after {
    display: none!important;
  }  
  #mainNav li {
    float: none;
    position: relative;
    margin: 0 12px 0;
    display: inline-block;
    text-align: center;
}
  #mainNav li a {
    color: #fff;
    line-height: 1.6;
    margin: 0;
    font-size: 20px;
    padding: 0;
    font-weight: 800;
  }
  #mainNav li a:hover {
    color: #fff;
  }
	#mainNav li:nth-of-type(6) a {
		position:relative;
		padding-right: 18px;
		background:url(../images/navi_window.png) 100% 7px/12px 12px no-repeat;
	}
	#mainNav li:nth-of-type(6) , #mainNav li:last-child {
		margin: 0 0 0 12px;
	}
}


/* mainNav PC*
*************************/
@media (min-width: 768px) and (max-width: 988px) {
header {
    height: 120px;
  }
  .siteHeading.forPc a img {
    display: block;
    max-width: 140px!important;
    max-height: 140px!important;
    margin: 10px auto;
  }	
  #mainNav {
    top: 50px;
    right: 0;
  }
  #mainNav ul.inner {
    padding: 0 0 0 140px;
		}	
  #mainNav ul.inner:before , #mainNav ul.inner:after {
    display: none!important;
  }  
	#mainNav li:nth-of-type(6) , #mainNav li:last-child {
    margin: 0 12px 0;
	}
  #mainNav li a {
    font-size: 18px;
  }	
  #header_user {
    margin-right: 10px;
	}
}



/* mainNav SP
*************************/
@media (max-width: 767px) {
  #mainNav {
  z-index: -100;
  display: block;
  padding: 0!important;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.9);
  position: fixed;
  top:50px;/*SPヘッダーの高さ*/
  left:0;    
  filter:alpha(opacity=0);  
  -moz-opacity: 0;  
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;    
  }
.menuOpen #mainNav {
  z-index: 1000;
  filter:alpha(opacity=100);  
  -moz-opacity: 1;  
  opacity:1;
  }  
  #mainNav ul {
  width: 100%;
  height: 0;
  padding: 0;
  background:transparent;
  position: static;
  margin-left: 0;
  margin-top: 40px;
  }
  #mainNav ul.inner {
  padding: 0;
  max-width: 100%;
  height: auto;
  }
#mainNav ul li {
  height:40px;
  line-height: 40px;
  float:none;
  overflow: hidden;
  margin-right: 0;
  filter:alpha(opacity=0);  
  -moz-opacity: 0;  
  opacity: 0;    
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;    
  }  
.menuOpen #mainNav ul li {
  height:40px;
  line-height: 40px;
  filter:alpha(opacity=100);  
  -moz-opacity: 1;  
  opacity:1;
  }    
  #mainNav ul a {
    padding: 0;
    text-align: center;
    text-decoration: none;
    border-top: none;
    display: block;
    line-height: 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 900;   
  }
  #mainNav ul a:link, #mainNav ul a:visited {
    color:#fff;
  }
  #mainNav ul a:hover, #mainNav ul a:active {
    color:#fff;
  }
	#mainNav li:nth-of-type(6) a {
		position:relative;
		padding-right: 18px;
		background:url(../images/navi_window.png) 58% 2px/10px 10px no-repeat;
	}		
}


/* navSwitcher SP
*************************/
@media (max-width: 767px) {
	#navSwitcher {
	  background-color: transparent;
	  position: fixed;
	  z-index: 20000;
	  width: 30px;
	  padding-top: 8px;
	  padding-right: 8px;
	  padding-bottom: 8px;
	  padding-left: 8px;
	  top: 10px;
	  right: 10px;
  }
  #navSwitcher a {
    width: 28px;
    height: 14px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    position: relative;
  }
  .menuOpen #navSwitcher a {
    height: 20px;
    border: none;
  }
  #navSwitcher span {
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .menuOpen #navSwitcher .l {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuOpen #navSwitcher .r {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}



/********************** TOP PAGE **********************/

/* contentHeading PC
*************************/
@media (min-width: 768px) {
.contentHeading {
    border: none;
    margin: 0 auto 30px;
    padding: 0 30px;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    position: relative;
			max-width: 350px!important;
    }
.contentHeading::before {
    content: '';
    width: 25px;
    height: 30px;
    left: 0;
    right: auto;
    margin: auto;
		 top: 0;
    bottom: 0;
    position: absolute;
    background:url("../images/ch_icon.png") 0 0/25px 30px no-repeat;
			transform: scale(-1, 1);
  }		
.contentHeading::after {
    content: '';
    width: 25px;
    height: 30px;
    left: auto;
    right: 0;
    margin: auto;
		 top: 0;
    bottom: 0;
    position: absolute;
    background:url("../images/ch_icon.png") 0 0/25px 30px no-repeat;
  }
}

/* contentHeading SP
*************************/
@media (max-width: 767px) {
.contentHeading {
    border: none;
    margin: 0 auto 30px;
    padding: 0 30px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    position: relative;
			max-width: 230px!important;
    }
.contentHeading::before {
    content: '';
    width: 25px;
    height: 30px;
    left: 0;
    right: auto;
    margin: auto;
		 top: 0;
    bottom: 0;
    position: absolute;
    background:url("../images/ch_icon.png") 0 0/25px 30px no-repeat;
			transform: scale(-1, 1);
  }		
.contentHeading::after {
    content: '';
    width: 25px;
    height: 30px;
    left: auto;
    right: 0;
    margin: auto;
		 top: 0;
    bottom: 0;
    position: absolute;
    background:url("../images/ch_icon.png") 0 0/25px 30px no-repeat;
  }
}


/* Main img PC
*************************/
@media (min-width: 768px) {
.top_mainimg { 
  max-width: 100%;
  width:100%;
	height: 0;
	padding-top: 44%;
  margin: 0 auto; 
  position: relative;
	overflow: hidden!important;
  }
.top_mainimg img { 
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	max-height:auto;
	max-width: 100%;
	top: 3%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
}
}


/* Main img  SP
*************************/
@media (max-width: 767px) {
.top_mainimg { 
  width:100%;
	height: 0;
	padding-top: 66%;
  margin: 0; 
  position: relative;
	overflow: hidden!important;
  }
.top_mainimg img { 
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	max-height:auto;
	max-width: 140%;
	top:0;
	bottom: 0;
	left: -20%;
	right: auto;
	margin: auto;	
}
}


/* top slide PC
*************************/
@media (min-width: 768px) {
.slick-loading .slick-list {
  background: transparent;
  }
#top_slide_wrapper { 
	width: 100%;
	margin: 20px auto!important; 
  position: relative;
  opacity: 0;
  zoom:1; 
  transition: opacity .3s linear;
	padding-bottom: 30px;
}
#top_slide_wrapper.slick-initialized{
  opacity: 1;
}  
#top_slide_wrapper .slide-img {
	margin: 0 15px;
}
#top_slide_wrapper .slide-img img {
  height: auto;
  width: 100%;
}
#top_slide_wrapper .slide-img a:hover img {  
  transition: 0.4s;  
  filter:alpha(opacity=60);  
  -moz-opacity: .6;  
  opacity: .6;
}
#top_slide_wrapper .slide-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 50;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  justify-content: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#top_slide_wrapper .prev-arrow {
	left: 25.5%;
	width: 44px;
	height: 44px;
		padding: 0!important;
}
#top_slide_wrapper .next-arrow{
	right: 25.5%;
	width: 44px;
	height: 44px;
	padding: 0!important;
	}
#top_slide_wrapper .arrow-left ,
#top_slide_wrapper .arrow-right {
	position: relative;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
	font-size: 10px;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	background: #131313;
		}
#top_slide_wrapper .arrow-right::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 13px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top_slide_wrapper .arrow-left::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 13px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#top_slide_wrapper .top_slide_dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#top_slide_wrapper .top_slide_dots li {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 2px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}
#top_slide_wrapper .top_slide_dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 40px;
	height: 2px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
}
#top_slide_wrapper .top_slide_dots li button:hover,
#top_slide_wrapper .top_slide_dots li button:focus {
	outline: none;
}
#top_slide_wrapper .top_slide_dots li button:hover:before , 
#top_slide_wrapper .top_slide_dots li button:focus:before {
	opacity: 1;
	color: #FECD2F;
}
#top_slide_wrapper .top_slide_dots li button:before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 2px;
	content: '';
	background: #FECD2F;
	text-align: center;
	opacity: .1;
	color: #FECD2F;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#top_slide_wrapper .top_slide_dots li.slick-active button:before {
	opacity: 1;
	color: #FECD2F;
}
}


/* top slide  SP
*************************/
@media (max-width: 767px) {
.slick-loading .slick-list {
  background: transparent;
  }
#top_slide_wrapper { 
	width: 100%;
	margin: 20px auto!important; 
  position: relative;
  opacity: 0;
  zoom:1; 
  transition: opacity .3s linear;
	padding-bottom: 30px;
}
#top_slide_wrapper.slick-initialized{
  opacity: 1;
}  
#top_slide_wrapper .slide-img {
	margin: 0 10px;
}
#top_slide_wrapper .slide-img img {
  height: auto;
  width: 100%;
}
#top_slide_wrapper .slide-img a:hover img {  
  transition: 0.4s;  
  filter:alpha(opacity=60);  
  -moz-opacity: .6;  
  opacity: .6;
}
#top_slide_wrapper .slide-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 50;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  justify-content: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#top_slide_wrapper .top_slide_dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#top_slide_wrapper .top_slide_dots li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
}
#top_slide_wrapper .top_slide_dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 30px;
	height: 2px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
}
#top_slide_wrapper .top_slide_dots li button:hover,
#top_slide_wrapper .top_slide_dots li button:focus {
	outline: none;
}
#top_slide_wrapper .top_slide_dots li button:hover:before , 
#top_slide_wrapper .top_slide_dots li button:focus:before {
	opacity: 1;
	color: #FECD2F;
}
#top_slide_wrapper .top_slide_dots li button:before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 2px;
	content: '';
	background: #FECD2F;
	text-align: center;
	opacity: .1;
	color: #FECD2F;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#top_slide_wrapper .top_slide_dots li.slick-active button:before {
	opacity: 1;
	color: #FECD2F;
}
}



/* SNS PC
*************************/
@media (min-width: 768px) {
.top_sns {
	margin: 40px auto;
	text-align: center;
}
.top_sns a img {
	display: inline-block;
	margin: 0 20px;
	width: 50px;
	height: 50px;
}
}


/* SNS SP
*************************/
@media (max-width: 767px) {
.top_sns {
	margin: 30px auto;
	text-align: center;
}
.top_sns a img {
	display: inline-block;
	margin: 0 10px;
	width: 40px;
	height: 40px;
}
}


/* UPDATE PC
*************************/
@media (min-width: 768px) {
.top_update{
  padding: 60px 0;
  background: #fff;
  }
#updatebox {
	margin: 0 auto;
  }
#updatebox dl {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	}
#updatebox dl dt {
	clear: left;
	float: left;
	width: 100px; /*日付の横幅*/
	padding: 0;
	box-sizing: border-box;
	color: #bbb;
	font-size: 13px;
	}
#updatebox dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}	
#updatebox dl dd {
	padding: 0;
	box-sizing: border-box;
	border-bottom: none;
	margin-bottom: 25px
	}  
#updatebox a {
	text-decoration: none;
	color: #131313;
	}
#updatebox a:hover {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#updatebox a dd:hover {
	color: #a3a3a3;
	transition: 0.4s; 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
}


/* UPDATE SP
*************************/
@media (max-width: 767px) {
.top_update {
	padding: 20px 0 40px;
}
#updatebox {
	margin: 0 auto 0;
  }
#updatebox dl {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
  }
#updatebox dl dt {
	float: none;
	width: 100%; /*日付の横幅*/ 
	margin: 0;
	padding: 0;
	color: #bbb;
	font-size: 13px;
  }
#updatebox dl dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
  }
#updatebox dl dd {
	border-bottom: none;
	}
#updatebox a {
	text-decoration: none;
	color:#131313 ;
  }
#updatebox a:hover {
	color:#131313 ;
  }
}


/* btn_box PC
*************************/
@media (min-width: 768px) {
  .btn_box {
    height: auto;
    width: 100%;
    margin: 40px auto 0;
  }
  .btn_box a {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #131313;
    border: 1px solid #131313;
    text-decoration: none;
  }
  .btn_box a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
}


/* btn_box SP
*************************/
@media (max-width: 767px) {
  .btn_box {
    height: auto;
    width: 100%;
    margin: 20px auto 0;
  }
  .btn_box a {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #131313;
    border: 1px solid #131313;
    text-decoration: none;
  }
}


/* VIDEO PC
*************************/
@media (min-width: 768px) {
.top_video {
  padding: 60px 0;
  background: #131313;
  }
.top_video .contentHeading {
	color: #fff!important;
	}
.top_video .video_wrapper {
	max-width: 650px;
	margin: 0 auto;
}
.top_video .youtube {
		position: relative;
		width: 100%;
		height:100%;
		padding:56.25% 0 0;
		margin:0 auto;
	}
	.top_video .youtube iframe {
		position: absolute;
		top: 0;
		left:0;
		width: 100% !important;
		height: 100% !important;
	}	
	.top_video .btn_box a {
    color: #fff;
    border: 1px solid #fff;
  }	
}


/* VIDEO SP
*************************/
@media (max-width: 767px) {
.top_video {
  padding: 40px 0;
  background: #131313;
  }
.top_video .contentHeading {
	color: #fff!important;
	}
.top_video .video_wrapper {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}
.top_video .youtube {
		position: relative;
		width: 100%;
		height:100%;
		padding:56.25% 0 0;
		margin:0 auto;
	}
	.top_video .youtube iframe {
		position: absolute;
		top: 0;
		left:0;
		width: 100% !important;
		height: 100% !important;
	}	
	.top_video .btn_box a {
    color: #fff;
    border: 1px solid #fff;
  }	
}


/* TWITTER PC
*************************/
@media (min-width: 768px) {
.top_tw {
  padding: 60px 0;
  background: #fff;
  }
	.top_tw h3 {
		font-size: 30px;
		font-weight: 900;
		margin-bottom: 25px;
	}		
.tw_frm {
	width: 75%;
	margin: 0 auto;
	padding: 0;
	display: table;
	vertical-align: top;
}	
.tw-wrapper {  
	display: table-cell;
	vertical-align: top;
  width: 50%;  
  margin: 0 auto;  
  padding: 0;  
	text-align: center;
}
.tw-inr {  
	display: block;
	width: 95%!important;  
  height: 400px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
	overflow-y: scroll;
  }	
	}
	
	
/* TWITTER SP
*************************/
@media (max-width: 767px) {
.top_tw {
  padding: 40px 0;
  background: #fff;
  }
	.top_tw h3 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 25px;
	}		
.tw_frm {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: block;
}	
.tw-wrapper {  
	display: block;
  width: 100%;  
  margin: 0 auto;  
  padding: 0;  
	text-align: center;
}
.tw-inr {  
	display: block;
	width: 100%!important;  
  height: 250px;
  margin: 10px auto 20px;
  border: 1px solid #e6e6e6;
	overflow-y: scroll;
  }	
	}
	
	
/* signup_btn PC
*************************/
@media (min-width: 768px) {
.signup_btn a {
  display: block;
  margin: 40px auto 0;
   max-width: 600px;
   height: 80px;
   line-height: 80px;
   border-radius: 40px;
   background: #E50012;
   text-align: center;
   color:#fff;
   font-size: 24px;
   position: relative;
   text-decoration: none;
}
.signup_btn a span {
   font-weight: bold;
}
}


/* signup_btn SP
*************************/
@media (max-width: 767px) {
.signup_btn a {
  display: block;
  margin: 0 auto 40px;
   max-width: 325px;
   height: auto;
	 height: initial;
	 padding: 14px 0;
   line-height: 1.3;
   border-radius: 40px;
   background: #E50012;
   text-align: center;
   color:#fff;
   font-size: 18px;
   position: relative;
   text-decoration: none;
}
.signup_btn a span {
	font-weight: bold;
	display: block;
}
}


/* TOP page-top PC
*************************/
@media (min-width: 768px) {
  .pageTop {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    padding: 0;
    bottom: -10px;
    right: 20px;
    font-size: 77%;
    z-index: 20;
    background:transparent;  
  }
  .pageTop a {
    text-indent: -9999px!important;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    display: block;
    background:url("../images/backtotop.png") top center/100% auto no-repeat;    
  }
  .pageTop a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
}


/* TOP page-top SP
*************************/
@media (max-width: 767px) {
  .pageTop {
    position: fixed;
    width: 35px;
    height: 35px;
    line-height:50px;
    border-radius: 50%;
    padding: 0;
    bottom: 0;
    right: 10px;
    font-size: 77%;
    z-index: 20;
    background:transparent;  
  }
  .pageTop a {
    text-indent: -9999px!important;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    display: block;
    background:url("../images/backtotop.png") top center/100% auto no-repeat;  
  }
}

/* fotter PC
*************************/
@media (min-width: 768px) {
  footer {
    padding: 60px 0;
    background:#fff;
    color: #131313;
    position: relative;
  }
  footer a:link, footer a:visited {
    color:#131313;
    text-decoration: none;
  }
  footer a:hover, footer a:active {
    color: #131313;
     text-decoration: none;
  }
  footer nav ul {
		display: none!important;
    margin-bottom: 1em;
    text-align: center;
  }
  footer nav li {
    margin: 0;
    font-size: 85%;
    display: inline-block;
  }
   footer nav li:after {
     content:'｜';
     margin: 0 .2em;
   }
    footer nav li:last-child:after {
     content:'';
     margin: 0;
    }
  .copyright {
    text-align: center;
    font-size: 80%;
    }
}

/* fotter SP
*************************/
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
    background:#fff;
    color: #131313;
    position: relative;
    top: 50px!important;
    /*ヘッダー固定の場合ここにヘッダー分の高さを入れる*/    
  }
  footer a:link, footer a:visited {
    color:#fff ;
    text-decoration: none;
  }
  footer a:hover, footer a:active {
    color:#fff ;
     text-decoration: none;
  }
  footer nav ul {
		display: none!important;
    margin-bottom: 1em;
    text-align: center;
    padding: 0 20px;
  }
  footer nav li {
    margin: 0;
    display: inline-block;
    font-size: 80%;
    }
   footer nav li:after {
     content:'｜';
     margin: 0 .2em;
   }
    footer nav li:last-child:after {
     content:'';
     margin: 0;
    }
  .copyright {
    text-align: center;
    font-size: 85%;
    }
}

