  @charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
html {
    color: #1d1d1d;
    font-size: 62.5%;
    line-height: 1.6;
    font-family: 'Helvetica','Arial','¥Ò¥é¥®¥Î½Ç¥´ ProN W3','Hiragino Kaku Gothic ProN','ÓÎ¥´¥·¥Ã¥¯','ÓÎ¥´¥·¥Ã¥¯Ìå','Yu Gothic','YuGothic','Meiryo UI','¥á¥¤¥ê¥ª','Meiryo', sans-serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 1.4rem;
}
html.active ,body.active ,html.off ,body.off {
    overflow-y: auto;
    height: 100%;
}
.loading {
    display: table;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.loading .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
@keyframes loading2 {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@keyframes loading2_off {
    0% {opacity: 1;top: 0px;}
    99% {opacity: 0;top: 0px;}
    100% {top: -100vh;}
}
.loading .cell .circle{
	width: 50px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	animation-name: loading2;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	border-radius: 50%;
	background: radial-gradient(circle at bottom right, #FFFFFF 20px, #000000 50px);
	position: relative;
}
.loading .cell .circle:before {
	display: block;
	content: "";
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.loading .cell .circle:after {
	width: 50%;
	height: 60%;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	content: "";
	background-color: #FFFFFF;
}
.loading.off {
    top: -100vh;
    opacity: 0;
	animation-name: loading2_off;
	animation-duration: 0.3s;
	overflow-y: hidden;
	overflow-x: hidden;
}
header, main, footer, section, article ,dl ,dt , dd {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}
p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    display: inline;
}
.player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pc {
    display: none;
}
.table {
    display: table;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-collapse: collapse;
	table-layout: fixed;
}
.table .cell {
    display: table-cell;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#hamburger {
    width: 30px;
    font-size: 0px;
    height: 23px;
    z-index: 15;
    position: relative;
    margin-right: auto;
    margin-left: 0px;
}
#hamburger:before, #hamburger:after, #hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: #5185C5;
    margin-top: -1.5px;
    transition: 0.3s all;
}
#hamburger:before {
    margin-top: 0px;
    top: 0px;
}
#hamburger:after {
    margin-top: 0px;
    top: auto;
    bottom: 0px;
}
#hamburger.active span {
	display: none;
}
#hamburger.active:before {
    margin-top: -1.5px;
    top: 50%;
    transition: 0.3s all;
    transform: rotate(45deg);
}
#hamburger.active:after {
    margin-top: -1.5px;
    top: 50%;
    transition: 0.3s all;
    transform: rotate(-45deg);
}
.area {
    width: 94%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 1080px;
}
main {
    position: relative;
}
main header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    padding-top: 15px;
}
main header .area {
    max-width: none;
    position: relative;
    z-index: 1;
}
main header .area .table .cell {
    vertical-align: top;
    position: relative;
    width: 50%;
}
main header .area .table .cell a.logo {
    width: 25%;
    max-width: 160px;
    min-width: 90px;
    display: block;
    margin-right: 0px;
    margin-left: auto;
}

main header nav {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.60);
    z-index: 10;
    position: fixed;
    top: 0px;
    opacity: 0;
    left: -100vw;
}
body.active main header nav {
    opacity: 1;
    transition: 0.3s opacity;
    left: 0vw;
}


main header nav .white {
    width: 80%;
    height: 100%;
    margin-right: auto;
    margin-left: 0px;
    background-color: #FFFFFF;
    padding-top: 53px;
    max-width: 400px;
    position: absolute;
    top: 0px;
    left: -400px;
}
main header nav .white .scroll {
    height: calc(100vh - 53px);
    overflow-y: auto;
    padding-bottom: 38px;
}
body.active main header nav .white {
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    transition-property: left;
    left: 0px;
}
main header nav .white ul, main header nav .white ul li {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
main header nav .white ul {
    border-top: 1px solid #5185C5;

}
main header nav .white ul li {
    border-bottom: 1px solid #5185C5;
}

main header nav .white ul li a {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 58px;
    padding-bottom: 15px;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    color: #000000;
}
main header nav .white ul li a:before,main header nav .white ul li a:after {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    top: 50%;
    right: 40px;
    border: 1px solid #5185C5;
    content: "";
}
main header nav .white ul li a:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-right: 8px;
    transform: rotate(45deg);
    border-left-style: none;
    border-bottom-style: none;
}
main header nav .white ul + a {
    margin-top: 38px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 17px;
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #5185C5;
    border: 1px solid #5185C5;
}
footer {
    margin-top: 40px;
    padding-bottom: 40px;
}
footer .area {
    text-align: center;
}
footer .area .change {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 180px;
}
footer .area .change a {
	display: block;
	border: solid 1px #000000;
	border-radius: 3px;
	padding: 8px;
	text-decoration: none;
	color: #000000;
	font-size: 1.3rem;
}
footer .area .logo {
    margin-top: 35px;
}
footer .area .logo a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
}

footer .area small {
    margin-top: 35px;
    display: block;
    font-size: 1rem;
    color: #717171;
}
/*¥¢¥¯¥·¥ç¥ó¤ÎÖÆÓù***/
.action.overlap {
    opacity: 0;
	transition: 0.3s all;
}
.action.overlap.active {
    opacity: 1;
	transition: 0.3s all;
}
/**/











/****/
@media only screen and (min-width:640px) {
body {
    font-size: 1.8rem;
}
.pc {
    display: inherit;
}
.sp {
    display: none;
}
main header {
    padding-top: 38px;
}
main header .area .table .cell a.logo:hover,
footer .change a:hover,
footer .logo a:hover {
	transition: 0.3s all;
	opacity: 0.7;
}

main header nav .white {
    padding-top: 102px;
}
main header nav .white .scroll {
    height: calc(100vh - 102px);
}

main header nav .white ul li a:hover {
}
main header nav .white ul li a:hover {
    background-color: #EEEEEE;
	transition: 0.3s all;
}
main header nav .white ul + a:hover {
    background-color: #FFFFFF;
    color: #5185C5;
	transition: 0.3s all;
}
#hamburger {
    width: 34px;
    height: 26px;
    cursor: pointer;
}

footer {
    margin-top: 60px;
    padding-bottom: 60px;
}
footer .area .logo {
    margin-top: 60px;
}
footer .area .logo a {
    max-width: 126px;
}
footer .area .change a {
	font-size: 1.5rem;
}










}
