@charset "utf-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Reset
------------------------------------------------------------ */
html {overflow-y: scroll;}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd
{	margin: 0;padding: 0;border: 0;outline: 0;font-size: 1em; font-weight: 500;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: 500;	font-style: normal;}
a {
	margin: 0;
	padding: 0;
	overflow: hidden;
	outline: none;
	color: #323232;
	text-decoration:none;
	transition: all 0.2s ease-in-out;
}
a:hover,a:active,a:visited{color:#969696;}
img {	vertical-align: bottom;-webkit-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-drag: none;-khtml-user-drag: none;}
/* normalize.css --END-- */

@font-face {
  font-family: 'myfont';
  src: url('/assets/font/myfont01.woff') format('woff');
}

/* Base
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow:auto;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	background: #ebebeb;
	color: #323232;
	font-size: 16px;
	 font-family: "Sawarabi Gothic", sans-serif;
	 font-weight: 400;
  font-style: normal;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow: hidden;
	width: 100vw;
  height: 100vh;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}
ul {	list-style: none;}
ol {	margin-left: 1.5em;}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
body, #page, #wrap, #content {    height: 100%;}
img, object, embed {
	max-width: 100%;
	width: 100%;
}
img {
	height: auto;
	vertical-align: bottom;
}
#wrap {
    overflow: hidden;
}

/* Link
------------------------------------------------------------ */
a:link {	color: #323232;	text-decoration: none;}
a:visited {	color: #323232;	text-decoration: none;}
a:hover {	color: #969696;	text-decoration: none;}
a:hover img{ opacity: 0.5;}
/* Layout
------------------------------------------------------------ */
#container{position: relative;}
.contents{
	width: 95%;
	margin: auto;
}
.clum02{
	display: flex;
  flex-wrap: wrap;
}
.clum02-rev{
	display: flex;
  flex-wrap: wrap;
	flex-direction: row-reverse;
}
.clum03{
	display: flex;
  flex-wrap: wrap;
}

/*- 下層ページ -*/
.underpage{
	position: relative;
	padding-top: 76px;
}
.underpage::before{
	content: "";
	position: absolute;
	display: block;
	background: url(../img/common/bg02_top.png) 50% 0% no-repeat;
	background-size: contain;
	width: 100vw;
	height: 800px;
	min-height: 50vh;
	top: 5%;
	z-index: -2;
}
.underpage::after{
	content: "";
  position: absolute;
  display: block;
  background: url(../img/common/bg02_under.png) 50% 100% no-repeat;
  background-size: contain;
  width: 100vw;
  height: 800px;
  min-height: 50vh;
  bottom: 0%;
  z-index: -2;
}
#TOP .grecaptcha-badge,
#news .grecaptcha-badge,
#privacy .grecaptcha-badge,
#terms .grecaptcha-badge,
#attention .grecaptcha-badge{
    visibility: hidden;
}
@media screen and (min-width:521px) and ( max-width:1024px) {


}
@media screen and (max-width: 520px) {
	.contents {width: 95%;}
}
/*-----page-----*/
.sp{display: none;}
.br-pc {display: block;}
.br-sp {display: none;}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 767px) {
.sp{display: block;}
.br-pc {display: none;}
.br-sp {display: block;}
}

/*-----header-----*/
header{
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: -76px;
	width: 100%;
	height: 76px;
	padding: 0.3em 0.5em;
	background: #ebebeb;
	z-index: 9;
	overflow: hidden;
	transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}
/* 下層ページヘッダー */
.under header{top: 0px!important;}

header .logoarea{ width: 65%;}
header .logoarea img{ width: 140px;}
header .contactarea{width: 30%;}
header .contactarea ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
header .contactarea li{margin-right: 2em;}
header .contactarea a::before{
	content: "";
	display: inline-block;
	background-color: #000;
	width: 10px;
	height: 12px;
	margin-right: 10px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transition: .3s;
}
header .contactarea a:hover:before{
	background-color: #969696;
	width: 12px;
	height: 14px;

}
header .gNavarea{}
/*　ハンバーガーボタン */
  .hamburger {
  	width: 60px;
  	height: 60px;
  	justify-content: center;
  	align-items: center;
  	flex-direction: column;
  	cursor: pointer;
  	margin-left: auto;
  	display: flex;
  	transition: all 0.4s;
  	position: relative;
		z-index: 30;
			right: 1%;
			top: 0%;
  }
  .checkbox:checked ~ .hamburger {
    transform: rotate(360deg);
		position: fixed;
  }
  .hamburger .bar {
    width: 40px;
    height: 1px;
    background: #333;
    border-radius: 2px;
    display: block;
    position: absolute;
  }
  .hamburger .bar-top {
    transform: translate(0, -12px) rotate(0);
    transition: all 0.4s;
  }
  .hamburger .bar-middle {
    transition: all 0.4s;
    opacity: 1;
  }
  .hamburger .bar-bottom {
    transform: translate(0, 12px) rotate(0);
    transition: all 0.4s;
  }
  .checkbox:checked ~ .hamburger .bar-middle {
    opacity: 0;
  }
  .checkbox:checked ~ .hamburger .bar-top {
    transform: translate(0, 0) rotate(-45deg);
  	background: #fff;
  }

  .checkbox:checked ~ .hamburger .bar-bottom {
    transform: translate(0, 0) rotate(45deg);
  	background: #fff;
  }

  .checkbox {
    display: none;
  }

  .nav-menu {
		display: none;
		width: 100%;
		height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    left: 0;
    transition: all 0.3s;
  	z-index: -1;
  }
  .nav-menu ul.gnav-sp {
  	position: absolute;
  	top: 40%;
  	left: 50%;
  	transform: translate(-50%,-40%);
  	width: 60%;
  }

  .nav-menu ul.gnav-sp li {
  	padding: 20px 10px;
  	border-bottom: 0.5px solid #fff;
  }

  .nav-menu ul.gnav-sp a{
    text-align: center;
  	font-size: 1.1em;
  	font-weight: 600;
  	color: #fff;
  }
  .nav-menu a:hover {}
  .checkbox:checked ~ .nav-menu {
		position: fixed;
		display: block;
    backdrop-filter: blur(4px);
		background: #272727c7;
		width: 100%;
		height: 100%;
    opacity: 1;
		z-index: 20;
  }

  .h_conarea-sp{display: none;}

.nav-area{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-40%);
	width: 90%;
}
.nav-m-in{
}

.nav-m-in ul{
	color: #fff;
}
.nav-m-in ul li{
    border-bottom: 1px solid #999;
}
.nav-m-in ul li a{
	color: #fff;
	padding: 1em 0.5em;
	display: block;
	text-align: center;
}
.nav-m-in ul li a:hover{
	color: #000;
}
.nav-clum2{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	padding: 1em 0;
}
.nav-m-in-2 .nav-clum2 li {
	  width: 40%;
    border-bottom: none;
}
.nav-m-in-2 .nav-clum2 li a{
	display: block;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	padding: 1em;
	text-align: center;
}
.nav-m-in-2 .nav-clum2 li a:hover{
	border: 1px solid #fff;
	background:#000;
	color: #fff;
}
.nav-m-in-2 .s-nav{
	display: flex;
  justify-content: flex-end;
}
.nav-m-in-2 .s-nav .facebook{margin-right: 1em;}

.nav-m-in-2 .s-nav li a{
	width: 40px;
	display: block;
}

@media screen and (min-width:521px) and ( max-width:1024px) {
	#section01 .imgarea .bgimg01 {top: 8%;}
	#section01 .clum02 .img img.img-right02 {
    bottom: -44%;
    right: 22%;
    width: 85%;
}
	#section01 .imgarea .bgimg02 {bottom: 0%;}
	#section01 .imgarea-in-right { top: 50%;}

}
@media screen and (max-width: 520px) {
	header {
		padding: 0.2em 0.5em;
    top: -60px;
    height: 60px;
	}
	header .logoarea { width: 26%;}
	header .logoarea img {width: 100%;}
	header .contactarea {display: none;}
	.nav-area {top: 42%;}
	.nav-m-in ul li a {
	    padding: 0.8em 0.5em;
	    font-size: 0.9em;
	}
	.nav-m-in-2 .nav-clum2 li {
    width: 49%;
    border-bottom: none;
}
	.nav-m-in-2 .nav-clum2 li a { font-size: 0.8em;}

}

/* タイトル
------------------------------------------------------------ */

.ttl01{
	position: relative;
	font-size: 5em;
	letter-spacing: 0.3em;
	line-height: 1em;
}
.txt-r{text-align: right;}
.ttl03{
  padding: 1em 0.5em;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #aaaaaa;
}
.under .ttlarea{ padding: 4em 0 1em;}
.under .ttlarea .ttl01{ font-size: 7em;}


@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
	.ttl01 {
    font-size: 2.8em;
}
	.ttl03 {
    padding: 0.5em;
    font-size: 1.2em;
}
.under .ttlarea {
    padding: 2em 0 1em;
}
}
/* パンくず
------------------------------------------------------------ */
.pankuzarea {
    margin-bottom: 5%;
}
.pankuzarea ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pankuzarea ul li::after {
    content: "＞";
    padding: 0 0.5em;
    color: #323232;
		font-size: 0.8em;
}
.pankuzarea ul li:last-child:after {
    content: "";
}
.pankuzarea ul li a {
    position: relative;
    color: #323232;
    transition: all 0.2s ease-in-out;
}
.pankuzarea ul li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #969695;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.pankuzarea ul li a:hover{
	color: #969695;
}
.pankuzarea ul li a:hover::after {
	transform: scale(1, 1);
	transform-origin: right top;
}
@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
	.pankuzarea ul li a {font-size: 0.9em;}
	.pankuzarea ul li:last-child {font-size: 0.9em;}
}

/* ボタン
------------------------------------------------------------ */
.btn a{
	position: relative;
	display: block;
	background: #fff;
	color: #323232;
	padding: 1em 0.8em;
	display: inline-block;
	font-size: 1em;
	width: 400px;
	letter-spacing: 0.1em;
	overflow: hidden;
  transition: .3s;
	z-index: 1;
}
.btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #323232;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.btn a:hover {
    color: #fff;
}
.btn a:hover::before {
	transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn02 a{
	position: relative;
	border-bottom: 1px solid #000;
	padding: 0.2em 2em;
	letter-spacing: 0.4em;
}
.btn02 a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #969696;
  transition: width 0.4s ease, left 0.4s ease;
}

.btn02 a:hover::before {
  width: 100%;
  left: 0;
}
.btn02 a:hover {
	border-bottom:none;
}
.txtlink a{
  position: relative;
  display: inline-flex;
  padding: 3px 0 3px 60px;
  border: none;
  box-sizing: border-box;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: myfont;
  letter-spacing: 0.2em;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: padding, color, background-color;
  overflow: hidden;
}
.txtlink a:hover{
    color: #969696;
}
.txtlink a::before {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 50px;
    height: 1.5px;
    background-color: rgb(0 0 0 / 50%);
    opacity: 0.5;
    box-sizing: border-box;
    content: "";
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color;
}
.txtlink a:hover:before {
    opacity: 0 !important;
}
.txtlink a::after {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 50px;
    height: 1.5px;
    border-radius: 50px;
    content: "";
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #969696;
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
}
.txtlink a:hover:after {
    -moz-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
	.btn a {
    padding: 0.8em;
    font-size: 0.9em;
    width: 100%;
}
	.btn02 a {
    position: relative;
    border-bottom: 1px solid #000;
    padding: 0.2em 1em;
    letter-spacing: 0.3em;
}
.txtlink a {font-size: 0.8em;}

}

/* コンバージョン
------------------------------------------------------------ */
#conversion .conv-btn{
	position: fixed;
	bottom: 0;
  right: 1%;
}
#conversion .conv-btn a{
	position: relative;
	display: block;
	background: #fff;
	color: #323232;
	padding: 0.5em 0.8em;
	display: inline-block;
	font-size: 1em;
	text-align: center;
	width: 300px;
	letter-spacing: 0.1em;
	border: 1px #000 solid;
	overflow: hidden;
	transition: .3s;
	z-index: 1;
}
#conversion .conv-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #323232;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
#conversion .conv-btn a::after{
content: "";
display: inline-block;
background-color: #323232;
width: 10px;
height: 12px;
margin-left: 10px;
clip-path: polygon(0 0, 0 100%, 100% 50%);
transition: .3s;
}

#conversion .conv-btn a:hover {
    color: #fff;
}
#conversion .conv-btn a:hover::before {
	transform-origin: 0% 50%;
  transform: scaleX(1);
}
#conversion .conv-btn a:hover::after {
	margin-left: 15px;
	background-color: #fff;
}
#conversion .conv-btn.active{
  opacity: 1;
}
/* 追記 */
#conversion .conv-btn.stop{
  position: absolute;
  bottom: 10px;
}

#conversion .conv-btn02{
	position: fixed;
	bottom: 0;
  right: 0%;
}
#conversion .conv-btn02 a{
	position: relative;
	display: block;
	background: #323232;
	color: #fff;
	padding: 0.5em 0.8em;
	display: inline-block;
	font-size: 1em;
	text-align: center;
	width: 300px;
	letter-spacing: 0.1em;
	border: 1px #000 solid;
	overflow: hidden;
	transition: .3s;
	z-index: 1;
}
#conversion .conv-btn02 a::after{
content: "";
display: inline-block;
background-color: #323232;
width: 10px;
height: 12px;
margin-left: 10px;
clip-path: polygon(0 0, 0 100%, 100% 50%);
transition: .3s;
}
@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
	#conversion {
		display: flex;
	}
		#conversion .conv-btn {
		    right: unset;
				left: 0;
				 width: 50%;
		}
		#conversion .conv-btn.stop {
    position: fixed;
    bottom: 0px;
}
		#conversion .conv-btn a {
    display: block;
    font-size: 0.8em;
    width: 100%;
    border: none;
}
#conversion .conv-btn a::after {
    width: 8px;
    height: 10px;
    margin-left: 8px;
}
		#conversion .conv-btn02{
		bottom: 0;
		right: 0%;
		width: 50%;
		}
		#conversion .conv-btn02 a {
		display: block;
		font-size: 0.8em;
		width: 100%;
		border: none;
		}
}
/* フッター
------------------------------------------------------------ */
footer{position: relative;}

#footer{
}
footer .footer-bg::before{
	content: "";
	position: absolute;
	display: block;
	background: #000 url(../img/common/bg03_top.png) 50% 0% no-repeat;
	background-size: cover;
	width: 100vw;
	height: 600px;
	min-height: 50vh;
	top: 0%;
	z-index: -2;
}
footer .footerabout{
  padding: 2em 0 0.5em 0;
	border-bottom: 1px solid #fff;
}

footer .f-ttl{
	width: 20%;
	text-align: center;
	margin: auto;
	}
footer .footerabout ul.spec-nav {
	margin-top: 3em;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	}
.footerabout ul.spec-nav li:first-child{
	margin-bottom: 1em;
}
footer .footerabout .snsarea{
}
footer .footerabout .snsarea ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 30%;
	margin: 2em auto;
}
footer .footerabout .snsarea li{
	width: 45px;
	margin-right: 30px;
}
footer .footerabout .snsarea li:last-child{
	margin-right: 0px;
}

.footernavi{
	width: 95%;
  margin: auto;
}
.footernavi ul.f-nav{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 1em 0 1em 2em;
}
.footernavi ul.f-nav li{
	margin-right: 2em;
}
.footernavi ul.f-nav li::before{
	content: "・";
	margin-right: 0.2em;
	color: #fff;
}
.footernavi ul.f-nav li a{color: #fff;}
.footernavi ul.f-nav li a:hover{
	color: #c6c6c6;
}

footer .f-link{
	padding: 0.5em 2em;
	background: #6c9cd1;
}
footer .f-link ul{
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
footer .f-link li {margin-right: 4em;}
footer .f-link li a{
	position: relative;
	font-size: 0.8em;
	color: #fff;
}
footer .f-link li a:after{
		content: "";
		position: absolute;
		top: 0%;
		right: -18%;
		display: inline-block;
		background: url(../img/common/g_icon.png) 0 0 no-repeat;
		background-size: contain;
		width: 16px;
		height: 16px;
}
footer .copy{
	padding: 0.2em;
	text-align: center;
	font-size: 0.7em;
	background: #fff;
}

@media screen and (min-width:521px) and ( max-width:1024px) {
	.footernavi ul.f-nav li a{font-size: 0.9em;}
}
@media screen and (max-width: 520px) {
	#footer{}
	.footerabout {
}
footer .f-ttl {
    width: 40%;
    text-align: center;
    margin: auto;
}
footer .footerabout ul.spec-nav {
    margin-top: 1em;
    font-size: 0.9em;
}
.footerabout ul.spec-nav li:first-child {margin-bottom: 0.5em;}
footer .footerabout .snsarea ul {
    width: 50%;
    margin: 1em auto;
}
footer .footerabout .snsarea li {
    width: 35px;
    margin-right: 30px;
}
.footernavi ul.f-nav {padding: 1em 0 1em 0em;}
.footernavi ul.f-nav li {
    margin-right: 0;
    width: 100%;
}
.footernavi ul.f-nav li a {font-size: 0.9em;}

footer .copy { margin-bottom: 3em;}

}
/* フッターコンバージョン
------------------------------------------------------------ */
#footer_conversion{display: none;}
@media screen and (max-width: 1024px) {
	#footer_conversion{display: block;}
	.sp-con-f{
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #8c8c8c;
	}
	.sp-con-f ul{
	display: flex;
	justify-content: space-evenly;
	}
	.sp-con-f ul li{width: 50%;}
	.sp-con-f ul li:first-child {
		background: url(../img/common/bg_p02.jpg);
		border-right: 1px solid #8c8c8c;
}
	.sp-con-f ul li:nth-child(2) {
		background: url(../img/common/bg_p03.jpg);
}
.sp-con-f ul li a{
  padding: 0.5em 0;
	display: block;
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}
.sp-con-f ul li:first-child a{ padding: 1.2em 0 0.5em;}
.sp-con-f ul li:nth-child(2) span{
	font-size: 0.7em;
	letter-spacing: 0.1em;
	display: block;
}
}

/* topへ戻る
------------------------------------------------------------ */
  #page_top{
		text-align: end;
		position: absolute;
		top: 10%;
		right: 5%;
}
  #page_top a {
    position: relative;
    display: inline-flex;
    padding: 70px 3px 0;
    border: none;
		font-size: 0.8em;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
		color: #6c9cd1;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: padding, color, background-color;
    overflow: hidden;
}
  #page_top a:hover{
		color: #fff;
	}
  #page_top a::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 60px;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    background-color: #6c9cd1;
    opacity: 1;
    box-sizing: border-box;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color;
    margin: auto;
}
  #page_top a:hover:before {
    opacity: 0 !important;
}
  #page_top a::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    width: 1px;
    height: 60px;
    border-radius: 50px;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff;
    -moz-transform: translateY(-60px);
    transform: translateY(-60px);
}
  #page_top a:hover:after {
 -moz-transform: translateY(0px) !important;
 transform: translateY(0px) !important;
}
