@charset "utf-8";

/* ===================
clearfix
===================*/
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}


/* ===================
link
===================*/
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
	color: #666;
	opacity: 0.7;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover img{
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #000;
}

.main a:link {
	text-decoration: underline;
}


/*==========================================
 body
===========================================*/
html {
	font-size: 62.5%;
}
body {
	font-size:1.6rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-style: normal;
	/*font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック";*/
	/*font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	color: #000;
	/*letter-spacing: 0.1rem;*/
}
@media (max-width: 991px){
	h1 {
		font-size:1.6rem;
	}
	h2 {
		font-size:2.0rem;
	}
	h3 {
		font-size:1.8rem;
	}
	h4 {
		font-size:1.6rem;
	}
	h5 {
		font-size:1.6rem;
	}
	p,ul,ol,dl,address{
		font-size:1.4rem;
	}
	table{
		font-size:1.4rem;
	}
}
@media (min-width: 992px){
	h1 {
		font-size:4.5rem;
	}
	h2 {
		font-size:2.6rem;
	}
	h3 {
		font-size:2.0rem;
	}
	h4 {
		font-size:1.8rem;
	}
	h5 {
		font-size:1.6rem;
	}
	p,ul,ol,dl,address{
		font-size:1.6rem;
	}
	table{
		font-size:1.6rem;
	}
}

@media (max-width: 991px){
	.hiden_sp {
		display: none;
	}
}
@media (min-width: 992px)  {
	.hiden_pc {
		display: none;
	}
}

/*
.content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
*/


/*==========================================
[header] common
===========================================*/
.header {
	/*
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(255,255,255,1.0);
	position: fixed;
	*/
  /*transition: all .2s ease;*/
}

/* non scroll */
.site-header{
	z-index: 9999;
	background: rgba(255,255,255,1.0);
	position: fixed;
	transition: .4s;
	width: 100%;
	border-bottom: 1px #eeedeb solid;
	/*padding: 1.5rem 0 3.0rem 0;*/
}

/* scroll */
.site-header.transform{
	background: rgba(255,255,255,0.9);
	padding: 0px;
}

/*	logo
------------------------------------------ */
.header .logo a{
	padding: 10px 0 10px 15px;
	display: flex;
	align-items:flex-end;
	text-decoration: none;
	font-weight: 600;
	color: #555555;
}
.header .logo img{
	margin-right: 10px;
}
@media (max-width: 991px)  {
	.header .logo {
		width: 80%;
		text-align: center;
	}
	.header .logo img{
		width: 50px;
	}
	.header .logo span{
		font-size: 1.2rem;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.header .logo {
		width: 30%;
		text-align: center;
	}
	.header .logo img{
		width: 50px;
	}
	.header .logo span{
		font-size: 1.2rem;
	}
}
@media (min-width: 1025px) {
	.header .logo {
		width: 300px;
	}
	.header .logo img{
		width: 80px;
	}
}



/*==========================================
[header] sp
===========================================*/
/*	header
------------------------------------------ */
@media (max-width: 991px)  {
	/*.header {
		height: 50px;
	}*/
	/* non scroll */
	.site-header{
		height: 51px;
	/*	padding: 10px 0px;*/
	}
	/* scroll */
	.site-header.transform{
	/*	padding: 10px 0px;*/
	}
}



/*	------------------------------------------
SP-nav
------------------------------------------ */
@media (max-width: 991px){
	.PC-nav {
		display: none;
	}

	/* menuBtn */
	.SP-nav .menuBtn{
		height: 12px;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 24px;
		z-index: 99;
	}
	.SP-nav .menuLine{
		background: #63513c;
		display: block;
		height: 2px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.SP-nav .menuLine-bottom{
		bottom: 0;
	}
	.SP-nav .menuLine.active {
		background: #000;
	}
	.SP-nav .menuLine-top.active{
		top: 4px;
		transform: rotate(45deg);
	}
	.SP-nav .menuLine-bottom.active{
		bottom: 6px;
		transform: rotate(135deg);
	}
}

/* gNav
------------------------------------------ */
@media (max-width: 991px){
	/* gNavWrapp */
	.SP-nav .gNavWrapp{
		background: #333;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98;
	}
	.SP-nav .gNavInner{
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top:0px;
		bottom: 0;
		left:0;
		right: 0;
	}
	.SP-nav .gNavInner .logo-s a {
		display: none;
	}


	/* gNav */
	.SP-nav .gNav {
		clear: both;
		padding: 40px 15px 0;
		text-align: center;
		list-style: none;
	}
	.SP-nav .gNav li{
	}
	.SP-nav .gNav li a{
		color: #fff;
		font-size: 1.5rem;
		font-weight: 400;
		padding:1.0rem  0rem;
		text-decoration: none;
		transition: .2s;
		display: block;
	}
	.SP-nav .gNav li a {
		/*padding-left: 20px;*/
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 14px auto;
	}
	.SP-nav .gNav li a:hover{
		color: #ccc;
	}
}


/* hNav_btn
------------------------------------------ */
@media (max-width: 991px){
	.SP-nav .hNav_btn a {
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 1.5rem 20px;
		font-weight: 400;
		background-color: #666;
		border: 2px solid #ccc;
		color: #fff;
		line-height: 1;
		clear: both;
		font-size: 1.4rem;
		width: 60%;
		margin-top: 1.5rem;
		margin-left: auto;
		margin-right: auto;
	}
}



/*==========================================
[header] pc
===========================================*/
/*	header
------------------------------------------ */
@media (min-width: 992px){
	.site-header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}


/* home */
@media (min-width: 992px)  {
	/* non scroll */
	body.home .site-header{
		background: rgba(255,255,255,0.0);
		border-bottom: none;
	}
	/* scroll */
	body.home .site-header.transform{
		background: rgba(255,255,255,1.0);
		border-bottom: 1px #eeedeb solid;
	}
}


/*	------------------------------------------
PC-nav
------------------------------------------ */
@media (min-width: 992px) and  (max-width: 1024px) {
	.PC-nav nav {
		width: calc(100% - 30px);
	}
}
@media (min-width: 1025px) {
	.PC-nav nav {
		width: calc(100% - 300px);
	}
}

@media (min-width: 992px){
	.SP-nav {
		display: none;
	}

	.PC-nav {
	/*	width: 81.25%;*/
	}
	.PC-nav nav.rightWrapp {
		display: flex;
		justify-content:flex-end;
		align-items: center;
	}


	/* .PC-nav [gNav]
	------------------------------------------ */
	.PC-nav nav.rightWrapp .gNav {
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-end;
		list-style: none;
		line-height: 1;
	}

	.PC-nav nav.rightWrapp .gNav li {
		text-decoration: none;
		font-size: 1.6rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.PC-nav nav.rightWrapp .gNav li a{
		position: relative;
		display: inline-block;
		text-decoration: none;
	}
	.PC-nav nav.rightWrapp .gNav li+ li {
		border-left: 1px solid  #000;
	}
	/*
	.PC-nav nav.rightWrapp .gNav li a::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #333;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
	}
	.PC-nav nav.rightWrapp .gNav li a:hover::after {
		bottom: -0.1rem;
		opacity: 1;
		visibility: visible;
	}
	.PC-nav nav.rightWrapp .gNav li a:hover {
		color: #666;
	}
	.PC-nav nav.rightWrapp .gNav li a.current {
		border-bottom: 1px solid #ccc;
		color: #ccc;
	}
	.PC-nav nav.rightWrapp .gNav li a.current::after {
		transition: 0.0s;
		height: 0px;
	}
	*/
}


/* current */
@media (min-width: 992px){
	.PC-nav nav.rightWrapp .gNav li.current a::before,
	.PC-nav nav.rightWrapp .gNav li a:hover::before {
		position: absolute;
		border-bottom: 5px solid #E70000;
		top: calc(100% + 8px);
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		content: '';
		transition: .3s;
	}
}



/* PC-nav [.btn]
------------------------------------------ */
@media (min-width: 992px) {
	.PC-nav nav.rightWrapp .btn a{
		display: flex;
		background-color: #000;
		font-size: 1.4rem;
		text-align: center;
	}
	/* non scroll */
	.site-header .PC-nav nav.rightWrapp .btn{
	/*	margin-top: -15px;*/
	}
	/* scroll */
	.site-header.transform .PC-nav nav.rightWrapp .btn{
	/*	margin-top: 0px;*/
	}

	.PC-nav nav.rightWrapp .btn a {
		text-decoration: none;
		text-align: center;
		align-self: center;
		/*padding: 0px 0;*/
		padding: 25px 15px;
		font-weight: 400;
		color: #fff;
	}
}




/*==========================================
 [main]
===========================================*/
.main{
	/*
	padding-left: 15px;
	padding-right: 15px;
	*/
}
@media (max-width: 991px)  {
	.main {
		padding-top: 50px;
		padding-bottom: 5.0rem;
	}
	.main_top {
		padding-top: calc(50px);
		padding-bottom: 5.0rem;
	}
}
@media (min-width: 992px)  {
	.main {
		padding-top: 50px;
		/*padding-bottom: 8.0rem;*/
		padding-bottom: 4.0rem;	
	}
	.main_top {
		/*padding-bottom: 8.0rem;*/
		padding-bottom: 5.0rem;	
	}
}


img{
	vertical-align:top;
  max-width: 100%;
  height: auto;
}



/*-------------------------------------------
top_section,main_section
-------------------------------------------*/
@media (max-width: 991px) {
	.top_section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.main_section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (min-width: 992px) {
	.top_section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.main_section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}


/*-------------------------------------------
content_wrap
-------------------------------------------*/
@media (max-width: 1029px)  {
	.content_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1029px)  {
	.content_wrap {
		max-width: calc(100% - 30px) ;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1030px) and (max-width: 1920px) {
	.content_wrap {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1921px)  {
	.content_wrap {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*------------------------------------------
 pagetitle_wrapp
------------------------------------------ */
/* pagetitle_wrapp_img 
------------------------------*/
.pagetitle_wrapp_img {
	position: relative;
	margin-left:0px;
	margin-right:0px;
	box-shadow: 100px 50px 0px 0 #E70000;
	background-color:#E70000;
}

/* text */
.pagetitle_wrapp_img .pagetitle_text {
   z-index: 21;
   position: absolute;
   top: 50.0%;
   transform: translate(-50%, -50%);
   text-align: center;
   width: 100%;
  left: calc(50%);
}
.pagetitle_wrapp_img .pagetitle_text .title_en {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	font-weight: 500;
	/*margin-bottom: 1.6rem;*/
	color: #fff;
	text-shadow: 0px 0px 10px rgba(4, 4, 4, 0.7);
	margin-bottom: 0rem;
}
.pagetitle_wrapp_img .pagetitle_text .title_en img{
	height: 100%;
}
.pagetitle_wrapp_img .pagetitle_text h1 {
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(4, 4, 4, 0.7);
}

@media (max-width:992px){
  .pagetitle_wrapp_img .pagetitle_text h1 {
	/*font-size:1.0em;*/
	font-size:1.6rem;
    margin-bottom: 0.5rem;
  }
  .pagetitle_wrapp_img .pagetitle_text .title_en {
	font-size:1.0rem;
  }
}
@media (min-width: 993px){
  .pagetitle_wrapp_img .pagetitle_text h1 {
	/*font-size:2.2rem;*/
	font-size:4.4rem;
    margin-bottom: 2.0rem;
  }
  .pagetitle_wrapp_img .pagetitle_text .title_en {
	font-size:2.0rem;
  }
}



/* pagetitle_img */
.pagetitle_wrapp_img .pagetitle_img {
  background-color:#E70000;
 /* box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);*/
}

@media (max-width:992px){
  .pagetitle_wrapp_img {
   	/*box-shadow: 50px 25px 0px 0 #E70000;*/
	box-shadow: 0px 25px 0px 0 #E70000;
    margin-bottom: 25px;
  }
  .pagetitle_wrapp_img .pagetitle_img {
    margin-right:25px;
  }
}
@media (min-width: 993px){
  .pagetitle_wrapp_img {
   	/*box-shadow: 100px 50px 0px 0 #E70000;*/
	box-shadow: 0px 50px 0px 0 #E70000;
    margin-bottom: 50px;
	/*height: 300px;*/
  }
  .pagetitle_wrapp_img .pagetitle_img {
    margin-right:100px;	
	width: calc(100% - 100px);
  }
  .pagetitle_wrapp_img .pagetitle_img img {
	width: 100%;
  }
}



/*
@media (max-width:992px){
	.pagetitle_wrapp {
		height: 150px;
		background-size: cover;
		box-shadow: 50px 25px 0px 0 #E70000;
		margin-bottom: 2.5rem;
	}
}
@media (min-width:993px){
	.pagetitle_wrapp {
		height: 300px;
		box-shadow: 100px 50px 0px 0 #E70000;
		margin-bottom: 5.0rem;
	}
}
	*/




/* pagetitle_wrapp_bg 
---------------------------*/
/*
.pagetitle_wrapp_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	display: grid;
	place-content: center;
	text-align: center;
}
.pagetitle_wrapp_bg .inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
	height: 100%;
}

@media (max-width:992px){
	.pagetitle_wrapp_bg {
		height: 150px;
		background-size: cover;
		box-shadow: 50px 25px 0px 0 #E70000;
		margin-bottom: 2.5rem;
	}
}
@media (min-width:993px){
	.pagetitle_wrapp_bg {
		height: 300px;
		box-shadow: 100px 50px 0px 0 #E70000;
		margin-bottom: 5.0rem;
	}
}
*/

/* page */
/*
.pagetitle_wrapp_bg.title_corporate {
	background-image: url(../images/corporate_header.jpg);
}
.pagetitle_wrapp_bg.title_product {
	background-image: url(../images/product_header.jpg);
}
.pagetitle_wrapp_bg.title_recruit {
	background-image: url(../images/recruit_header.jpg);
}
.pagetitle_wrapp_bg.title_group {
	background-image: url(../images/group_header.jpg);
}
.pagetitle_wrapp_bg.title_contact {
	background-image: url(../images/contact_header.jpg);
}
.pagetitle_wrapp_bg.title_privacy {
	background-image: url(../images/privacy_header.jpg);
}
.pagetitle_wrapp_bg.title_sitemap {
	background-image: url(../images/sitemap_header.jpg);
}

.pagetitle_wrapp_bg.title_news {
	background-image: url(../images/news_header.jpg);
}
*/




/* pagetitle_wrapp 
---------------------------*/
/*
.pagetitle_wrapp {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	display: grid;
	place-content: center;
	text-align: center;
}
.pagetitle_wrapp .inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
	height: 100%;
}

@media (max-width:992px){
	.pagetitle_wrapp {
		height: 150px;
		background-size: cover;
		box-shadow: 50px 25px 0px 0 #E70000;
		margin-bottom: 2.5rem;
	}
}
@media (min-width:993px){
	.pagetitle_wrapp {
		height: 300px;
		box-shadow: 100px 50px 0px 0 #E70000;
		margin-bottom: 5.0rem;
	}
}
*/

/* page */
/*
.pagetitle_wrapp.title_corporate {
	background-image: url(../images/corporate_header.jpg);
}
.pagetitle_wrapp.title_product {
	background-image: url(../images/product_header.jpg);
}
.pagetitle_wrapp.title_recruit {
	background-image: url(../images/recruit_header.jpg);
}
.pagetitle_wrapp.title_group {
	background-image: url(../images/group_header.jpg);
}
.pagetitle_wrapp.title_contact {
	background-image: url(../images/contact_header.jpg);
}
.pagetitle_wrapp.title_privacy {
	background-image: url(../images/privacy_header.jpg);
}
.pagetitle_wrapp.title_sitemap {
	background-image: url(../images/sitemap_header.jpg);
}

.pagetitle_wrapp.title_news {
	background-image: url(../images/news_header.jpg);
}
*/


/*------------------------------------------
 pagetitle
------------------------------------------ */
/* pagetitle_wrapp_bg 
---------------------------*/
/*
.pagetitle_wrapp_bg .title_en {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 1.6rem;
}
.pagetitle_wrapp_bg .title_en img{
	height: 100%;
}
.pagetitle_wrapp_bg h1 {
	line-height: 1;
	font-weight: 500;
	color: #fff;
}

@media (max-width:992px){
	.pagetitle_wrapp_bg .title_en {
		font-size:2.1875rem;
		height: 22.5px;
	}
	.pagetitle_wrapp_bg h1 {
		font-size:1.0em;
	}
}
@media (min-width:993px){
	.pagetitle_wrapp_bg .title_en {
		font-size:4.375rem;
		height: 45px;
	}
	.pagetitle_wrapp_bg h1 {
		font-size:2.2rem;
	}
}
*/

/* pagetitle_wrapp 
---------------------------*/
/*
.pagetitle_wrapp .title_en {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 1.6rem;
}
.pagetitle_wrapp .title_en img{
	height: 100%;
}
.pagetitle_wrapp h1 {
	line-height: 1;
	font-weight: 500;
	color: #fff;
}

@media (max-width:992px){
	.pagetitle_wrapp .title_en {
		font-size:2.1875rem;
		height: 22.5px;
	}
	.pagetitle_wrapp h1 {
		font-size:1.0em;
	}
}
@media (min-width:993px){
	.pagetitle_wrapp .title_en {
		font-size:4.375rem;
		height: 45px;
	}
	.pagetitle_wrapp h1 {
		font-size:2.2rem;
	}
}
*/




/*==========================================
[footer]
===========================================*/
/*-------------------------------------------
footer_top
-------------------------------------------*/
.footer_top {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F0F0F0;
}

.footer_top .content_wrap {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px)  {
	.footer_top .content_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items:flex-start;
		justify-content:space-between;
	}
}

/* footer_logo */
.footer_logo h2{
	color: #555;
	margin-bottom: 20px;
}
.footer_logo h2 img{
	width: 100px;
	margin-right: 16px;
}

.footer_logo address p{
	font-style: normal;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
}

@media (max-width: 991px){
	.footer_logo h2{
		text-align: center;
	}
	.footer_logo h2 span{
		display: block;
		margin-top: 6px;
	}
	.footer_logo address{
		text-align: center;
	}	
}
@media (min-width: 992px)  {
	.footer_logo {
		width: 40%;
	}
	.footer_logo h2{
		display: flex;
		align-items:flex-end;
		font-size: 1.6rem;
	}
}

/* footer_nav */
.footer_nav{
	display: flex;
	flex-wrap: wrap;
	list-style: none;	
	line-height: 1;
	margin-top: 20px;
}
.footer_nav li a{
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

@media (max-width: 991px){
	.footer_nav {
		margin-bottom: 1.0rem;
	}
	.footer_nav li {
		width: 50%;
		padding: 10px 0;
	}	
}
@media (min-width: 992px)  {
	.footer_nav {
		order: 2;
		width: 60%;
		justify-content:flex-end;
	}
	.footer_nav li+ li {
	border-left: 1px solid  #000;
	}
}



/*-------------------------------------------
footer_bottom
-------------------------------------------*/
.footer_bottom {
	background-color: #000;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer_bottom .content_wrap {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px)  {
	.footer_bottom .content_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content:space-between;
	}
}

/* copyright */
@media (max-width: 991px){
	.copyright {
		text-align: center;
	}
	.copyright small {
		font-size: 0.8rem;
	}
}
@media (min-width: 992px)  {
	.copyright {
		order: 1;
		width: 50%;
	}
	.copyright small {
		font-size: 1.2rem;
	}
}

/* footer_snav */
.footer_snav{
	display: flex;
	list-style: none;
}
.footer_snav {

	line-height: 1;
}
.footer_snav a {
	color: #fff;
}
.footer_snav li a{
	margin-left: 1.0rem;
	margin-right: 1.0rem;
}
.footer_snav li+ li {
  border-left: 1px solid  #fff;
}
@media (max-width: 991px){
	.footer_snav {
		margin-bottom: 1.0rem;
		justify-content:center;
		font-size: 1.0rem;
	}
}
@media (min-width: 992px)  {
	.footer_snav {
		font-size: 1.4rem;
		order: 2;
		width: 50%;
		justify-content:flex-end;
	}
}



/*-------------------------------------------
page-top
-------------------------------------------*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 0px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	transition:all 0.3s;
}
#page-top a:hover{
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:70px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}


/* pagetop_wrap */
.pagetop_wrap {
	text-align: right;
	margin: 3rem 0;
}
.pagetop_wrap p a:link {
	text-decoration: underline;
	font-size: 1.8rem;
}
@media (min-width: 992px) and (max-width: 1029px)  {
	.pagetop_wrap {
		max-width: calc(100% - 30px) ;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1030px) and (max-width: 1920px) {
	.pagetop_wrap {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1921px)  {
	.pagetop_wrap {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) and (max-width: 1029px)  {
	.pagetop_wrap {
		max-width: calc(100% - 30px) ;
		margin-left: auto;
		margin-right: auto;
	}
}