@charset "utf-8";
/* CSS Document */
/* =====================
  r_style
===================== */
.font_13{font-size: 13px;letter-spacing: 1px}
.font_14{font-size: 14px;letter-spacing: 1px;}
.font_15{font-size: 15px;letter-spacing: 1px;}
.font_16{font-size: 16px;letter-spacing: 1px;}
.font_18{font-size: 18px;letter-spacing: 1.5px;}

.font_13_txt{font-size: 13px;line-height: 2.2;letter-spacing: 1px;}
.font_14_txt{font-size: 14px;line-height: 2.2;letter-spacing: 1.5px;}
.font_15_txt{font-size: 15px; line-height: 2.3;letter-spacing: 1.5px;}
.font_16_txt{font-size: 16px; line-height: 2.3;letter-spacing: 1.8px;}



/* font
   ----------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fontawesome-webfont.eot?v=4.4.0');
  src: url('../fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {font-family: "aqum";src: url("aqum.ttf") format("ttf"),url("aqum.woff") format("woff"),url("aqum.woff2") format("woff2");}
@font-face {font-family: "YakuHanJP-R";src: url("../YakuHanJP-Regular.ttf") format("ttf"),url("../YakuHanJP-Regular.woff") format("woff"),url("../YakuHanJP-Regular.woff2") format("woff2");}

.aqum{font-family: "aqum","YakuHanJP", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif; letter-spacing: 2.5px;}
.mukta{font-family: 'Mukta',"YakuHanJP", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;}


/* base
   ----------------------------------------------------------------- */
body {
    color: #2B2170;
    font-size: 16px;
    font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	width: 100%;
}
/*--- loading ------------------------------------*/
#loading{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999999;
	background: linear-gradient(-90deg, #5532E4, #D600FC);
}
#loading_line{
	position: absolute;
	top: 0;
	margin: auto;
	width: 100%;
	height: 5px;
	background-color: #fdd0d6;
}
#loading_logo{
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	max-width: 300px;
}
#loading_logo{
	animation-name: loader;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes loader {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#wrap{cursor: none}
.cursor,.follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}
.cursor{
	width: 8px;
	height: 8px;
	background-color: #0623FD;
	opacity: 0.8;
	z-index: 1001;
}
.follower{
	width: 40px;
	height: 40px;
   background-color: rgb(218,227,236,0.7);
	z-index: 1000;
	transition: 0.3s;
	transition-property: transform,background
}
.follower.is-active{
	background-color: transparent;
	border: solid 1px #dee2ea;
	transform: scale(1.2);
}

.cursor.is-active.more_move,.cursor.is-active.more_info{
	background-color: transparent;
}
.follower.is-active.more_move,.follower.is-active.more_info{
	background-color: transparent;
	border-radius: 0;
	border: none;
	transform: scale(1);
	transition-property: none;
	animation: rumble 0.2s linear infinite;
}
.follower.is-active.more_move::before{
	content: url("../img/pointer.png");
	width: 10px;
	height: 10px;
	position: relative;
	top: -34px;
	left: -34px;
}
a{cursor: none}
.fadein {
    opacity : 0;
    -webkit-transform : translate(0, 20px);
    -ms-transform : translate(0, 20px);
    transform : translate(0, 20px);
	transition: all 1s
}
.fadein.scrollin {
    opacity : 1;
    -webkit-transform : translate(0, 0);
    -ms-transform : translate(0, 0);
    transform : translate(0, 0);
}

/* font
   ----------------------------------------------------------------- */
.btn-grd{
	color: #fff;
	display: block;
	padding: 15px 0px 13px;
	text-align: center;
	background: linear-gradient(45deg, #2C00FF,#4704FF);
	border-radius: 50px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-grd:hover {
    opacity: 1;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.20);
}
.btn-white{
	color: #0623FD;
	display: block;
	padding: 14px 0px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-white:hover {
    opacity: 1;
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.15);
}
.footer-contact .btn-white:hover {
	    opacity: 1;
	box-shadow:0px 2px 32px 0px rgba(18, 49 ,97 , 0.72);
}
.btn-border{
	color: #545454;
	display: block;
	padding: 15px 0px 13px;
	text-align: center;
	background: #fff;
	border: 1px solid #C0C0C1;	
	border-radius: 50px;
    /*box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);*/
    cursor: pointer;
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-link a{
	color: #fff;
	display: inline-block;
	padding: 15px 50px 15px;
	text-align: center;
	background:#d600fc;
	border-radius: 50px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);	
}
.btn-link a:hover{
    opacity: 1;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.20);
}

/* header
   ----------------------------------------------------------------- */
.header{
	padding: 20px 5%;
	box-sizing: border-box;
    position: fixed;
    width: 100%;
	z-index: 999;
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.header.transform{
    background: rgba(164,186,210,0.5);
    padding: 20px;
}
.header_bac{background: rgba(255,255,255,0.76);}

.header h1{width: 150px;}
.header-doc a{
width: 160px;
font-size: 14px;
}
.header-contact a{
width: 160px;
letter-spacing: 2.5px;
font-size: 14px;
}


/* footer-contact
   ----------------------------------------------------------------- */
.footer-contact{
	 background: linear-gradient(-90deg,#BA02D5 , #0623FD);
	padding: 50px 0px;
	position: relative;
}
.footer-contact-inner{
	max-width: 1100px; margin: 0 auto;
}
.footer-contact-box{
	background: rgba(176,158,225,0.16);
	padding: 40px; 
	box-sizing: border-box;
	border-radius: 20px;
	max-width: 800px;
}
.footer-contact-btn a{
	width: 180px;
}
.footer-contact-btn:last-of-type a{
		letter-spacing: 2.5px;
}

#page-top{
    position: absolute;
    bottom: -30px;
    right: 190px;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
   box-shadow: 0 0 20px 0 rgba(10,10,50,0.15);
    border-radius: 30px;
    transition: all .3s ease;
}
#page-top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0623FD;
    border-left: 2px solid #0623FD;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all .3s ease;
}
#page-top:hover{
   -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* footer-sitemap
   ----------------------------------------------------------------- */
.footer-sitemap{	max-width: 1100px; margin: 0 auto;	padding: 40px 0px;}
.footer-logo img{width: 180px;}
.footer-sitemap ul li{margin-bottom: 10px;}
.footer-sitemap ul li a{letter-spacing: 2px;transition: all .2s ease-in-out;}
.footer-sitemap ul li a:hover{color: #545454;}


/* otherpage
   ----------------------------------------------------------------- */

.page-title{position: relative;}
.page-title div{
    max-width: 1100px;
    margin: 0 auto;
	width: 90%;
	padding: 130px 0px 60px;
}
.page-title h2{
	height: 28px;
	margin-bottom: 5px;
}
.page-title h2 img{
	height: 100%;
	width: auto;
}
.page-title::after{
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(-90deg,#BA02D5 , #0623FD);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.content-wrap-inner{
    max-width: 1100px;
	width: 90%;
    margin: 100px auto;
}

/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
.cursor,.follower{
  display:none
 }
.header-nav{position: fixed;right: 80px;}
.footer-contact{ padding: 50px 5%;}
.footer-sitemap {    padding: 40px 5%;}
#copyright{padding: 0px; text-align: center; width: 100%;}
#page-top {    right: 20px;}
}


/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.page-title h2{height: 23px;}
.footer-contact-btn{
	display: block;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
	}
.footer-contact-btn a{
	width: 100%;
	display: block;
	}
}