@charset  "utf-8";

/* Common.css */

html,body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Arapey',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #666;
	font-weight: 400;
	letter-spacing: 0.15em;
	font-size: 10px;
	line-height: 1;
	margin: 0 auto;
}

body{
	opacity:0;
}

h1 {
	margin: 10px 0;
	padding: 6px 0;
}

h2 {
    font-size: 40px;
    margin: 0 auto 40px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    color: #002d57;
}

h3 {
    font-size: 20px;
    line-height: 2;
    margin: 20px auto;
    font-weight: 400;
    text-align: center;
}

h4 {
	font-size: 16px;
	line-height: 2;
	margin: 10px auto;
}

ul {
	list-style: none;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
}

a:link {
    color: #666;
	text-decoration: none;
}

a:visited {
    color: #666;
	text-decoration: none;
}

a:hover {
	/*color: #000;*/
    color: #002d57;

	text-decoration: none;
}

a img {
	text-decoration: none;
	border: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#top_container {
    padding-top: 140px;
    text-align: center;
}

span.new {
    font-size: 10px;
    background-color: #644B78 !important;
    color: #fff;
}

.switch {
	visibility: hidden;
}

#infscr-loading img {
	width:25px !important;
	height:auto !important;
}

/* down_buttonっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes down_button {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}

@-moz-keyframes down_button {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

.down_button {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #666;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
	margin:0 auto;

	-webkit-animation-name:down_button; /* down_buttonっていうアニメーションをしてね！ */
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:down_button;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}

.down_button:after {
	content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    margin: 0 auto;
    margin-top: 6px;
    margin-top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------------------- #store_button-----------------------*/

#store_button {
    margin: 0 auto;
    max-width: 400px !important;
    width: 90% !important;
}

#store_button .more_button a{
	font-family: 'Arapey',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 400;

    max-width: none;
    width: 100%;
    font-size: 30px;
    line-height: 0.5;
    padding: 40px 0 30px;
    color: #002d57;
}

/*-----------------------------------------------------*/

.more_button {
    text-align: center;
    line-height: 1.5;
}

.more_button a {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    display: block;
    max-width: 160px;
    margin: 0 auto;
    padding: 10px 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    background: #fff;
    width: 100%;
    border: 1px solid #002d57;
    -webkit-transition-duration: 1s;
    line-height: 1;
}

.more_button a:hover {
    color: #fff !important;
    background: #002d57;
    border: 1px solid #fff;
}


.caption_move .more_button {
    max-width: 160px;
    margin: 0 auto;
    padding: 10px 0px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    position: absolute;
    width: 100%;
    margin-left: -80px;
    margin-top: -23px;
    left: 50%;
    top: 50%;
    /*border: 1px solid #002d57;*/
	
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

#page_top{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9;
}

#page_top a {
    font-size: 20px;
    line-height: 0;
    padding: 20px 10px;
    color: #002d57;
}

#page_top a:hover {
	color:#fff;

}

@media screen and (max-width: 480px) {

	#page_top{
		bottom: 20px;
		right: 20px;
	}
	
}

/*--------------------------- ヘッダー ---------------------------*/

header {
    position: fixed;
    width: 100%;
	background: #fff; 
    z-index: 99;
}

h1 {
	margin: 0;
	padding: 0;
	text-align:center;
	
   /* position: relative;
    z-index: 999;*/
}

h1 a {
    display: block;
    padding: 20px 0;
    width: 130px;
    margin: 0 auto;
	
    display: inline-block;
    padding: 20px 0;
    width: 130px;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}

h1 img {
	width: 100%;
}

#head_content {
    margin: 0 auto;
}

#header_menu {
    text-align: center;
    position: absolute;
    max-width: 1000px;
    top: 50%;
    left: 49%;
    margin-left: -500px;
    margin-top: -1em;
    z-index: 999;
}

#header_menu li {
	display: inline-table;
}

#header_menu li a {
    padding: 0 10px;
    font-size: 17px;
    display: block;
    letter-spacing: 0.13em;
    line-height: 1;
	font-weight:bold;
}

#header_menu li#logo_space {
    width: 150px;
}

#header_sns {
    position: absolute;
    top: 20px;
    right: 20px;
}

#header_sns li {
	display: inline-table;
}

#header_sns li a {
	padding: 2px .5em;
	font-size: 15px;
	display: block;
}

#header_link {
    position: absolute;
    right: 1em;
    top: 1em;
    /* z-index: 99999; */
    position: absolute;
    top: 20px;
    left: 20px;
}

#header_link p {
    font-size: 12px;
    display: inline-block;
}

#header_link form {
    display: inline-block;
	font-size:10px;
}

#head_wrap,
#head_wrap h1 a,
#head_wrap #header_menu,
#head_wrap #header_menu li#logo_space {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

/* Fixed */

#head_wrap.fixed {
	background: #fff; 
}

#head_wrap.fixed h1 a {
    padding: 20px 0;
    width: 80px;
}

#head_wrap.fixed #header_menu {
    max-width: 950px;
    margin-left: -475px;
}

#head_wrap.fixed #header_menu li#logo_space {
    width: 100px;
}

/*----------------------------------------ヘッダーメニュー----------------------------------------*/

#head_content li a:link {
    color: #002d57;

	text-decoration: none;
	border-bottom: none;
}

#head_content li a:visited {
    color: #002d57;
	text-decoration: none;
	border-bottom: none;
}

#head_content li a:hover {
    color: #002d57;

	text-decoration: none;
	/*border-bottom: #000 1px solid;*/
}

/*----------------------------------------フッターメニュー----------------------------------------*/

footer {
    margin-bottom: 20px;
    padding: 80px 0;
    background-color: #002d57;
}

#footer_menu,
#footer_menu2,
#footer_nav_sns {
 	text-align: center;
	margin-bottom: 40px;
    font-size: 15px;
}

#footer_menu2 {
	margin-bottom:0;
}

#footer_menu li,
#footer_nav_sns li,
#footer_menu2 li {
    display: inline-table;
}

#footer_menu li a,
#footer_menu2 li a,
#footer_nav_sns li a{
    display: block;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
}

#copyright {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: 10px;
}

@media screen and (min-width: 769px) {
	
/*-------------------------hover effect--------------------------*/

.caption_wrap {
    position: relative;
}

.caption_wrap a{
    display: block;
}

.caption_move a {
    width: 100%;
    position: absolute;
    top: 50%;
	left:50%;
    margin-top: -1.5em;
    margin-left: -50%;
    font-size: 15px;
    color: #000;
}
	
/*-------------------------hover effect--------------------------*/

}

@media screen and (max-width: 960px) {
	
	footer {
		width: 100%;
		padding: 40px 0;
	}
}

@media screen and (max-width: 768px) {
	
	.recruit_bannar p {
		text-align: center;
	}

	#top_container {
		padding-top: 80px;
	}

	h1 {
		height: 60px;
		width: 100%;
		background: #fff;
	}

	h1 a {
		padding: 10px 0;
		width: 55px;
	}

	#header_menu li {
		width: 100%;
	}

	#header_menu li a {
		padding: 10px 0;
		font-size: 17px;
	}

	#header_sns_sp {
		max-width: 200px;
		margin: 0 auto;
		text-align: center;
	}

	#header_lang_sp {
		max-width: 170px;
		margin: 0 auto;
		text-align: center;
	}

	#header_sns_sp li,
	#header_lang_sp li {
		width: 33%;
		float: left;
	}
	
	#header_lang_sp li:nth-of-type(2) {
		line-height: 1.5;
	}

	.caption_move,
	.caption_move span{
		display:none;
	}




	#header_icon {
		position: absolute;
		top: 15px;
		right: 0;
		z-index: 999;
	}
	
	#header_icon li {
		width: 50%;
		float: left;
	}
	
	#header_icon li a {
		padding: 0 10px;
		font-size: 25px;
		display: block;
	}
	
	#header_icon li img {
		width:1em;
	}
	
	#header_menu {
		padding-bottom: 0;
		text-align: center;
		position: relative;
		margin: 0 auto !important;
		left: 0;
	}
	
	#header_menu li#logo_space {
		display: none;
	}
	
	/*---------------------------フッダー(SP)---------------------------*/
	
	#footer_menu,
	#footer_nav_sns {
		float: none;
	}
	
	#footer_nav_sns,
	#footer_lang_sp {
	    max-width: 200px;
		margin: 0 auto;
	}

	#footer_menu li,
	#footer_nav_sns li,
	#footer_lang_sp li {
		text-align: center;
		display: block !important;
		/* padding: 5px; */
		line-height: 2.5;
		font-size: 15px;
		box-sizing: border-box;
	}
	
	#footer_nav_sns li,
	#footer_lang_sp li {
		width: 33%;
		float: left;
	}
	
	#footer_lang_sp li:nth-of-type(2) {
		line-height: 0;
	}
	
	/*---------------------------フッダー(SP)---------------------------*/
	
}

@media screen and (max-width: 480px) {
	
	h2 {
		text-align: center !important;
		font-size: 30px;
		margin: 0 auto 40px;
	}

	/*---------------------------ヘッダー(SP)---------------------------*/

	#head_content_sp h1 a {
		width: 100%;
	}

	#head_content_sp {
		height: auto;
	}

	.menu_allbox {
		margin-top: 0;
	}
	
	/*---------------------------フッダー(SP)---------------------------*/
	
	#footer_menu,
	#footer_nav_sns,
	#footer_lang_sp {
		/*max-wid;th: 200px*/
		margin: 0 auto 20px;
	}

}









.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fadein:nth-of-type(2) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
}

.fadein:nth-of-type(3) {
    -moz-transition-delay:800ms;
    -webkit-transition-delay:800ms;
    -o-transition-delay:800ms;
    -ms-transition-delay:800ms;
}

.fadein:nth-of-type(4) {
    -moz-transition-delay:1200ms;
    -webkit-transition-delay:1200ms;
    -o-transition-delay:1200ms;
    -ms-transition-delay:1200ms;
}

.fadein:nth-of-type(5) {
    -moz-transition-delay:1600ms;
    -webkit-transition-delay:1600ms;
    -o-transition-delay:1600ms;
    -ms-transition-delay:1600ms;
}

.fadein:nth-of-type(6) {
    -moz-transition-delay:2000ms;
    -webkit-transition-delay:2000ms;
    -o-transition-delay:2000ms;
    -ms-transition-delay:2000ms;
}

/*---------------------------配置・調整など---------------------------*/

/* Clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	clear: both;
}

/* 文字サイズ */
.font_9 {
	font-size: 9px !important;
}

.font_10 {
	font-size: 10px !important;
}

.font_11 {
	font-size: 11px !important;
}

.font_15 {
	font-size: 15px !important;
}

.font_13 {
	font-size: 13px !important;
}

.font_20 {
	font-size: 20px !important;
}

.font_25 {
	font-size: 25px !important;
}

.font_30 {
	font-size: 30px !important;
}

/* 文字色 */
.text_red {
	color: red;
}

.text_blue {
	color: #369;
}

.text_green {
	color: #696;
}

.text_gray {
	color: #999;
}

.text_line {
	text-decoration: line-through;
}

.text_italic {
	font-style: italic;
}

/* テキスト配置 */
.tex_b {
	font-weight: 700;
}

.tex_n {
	font-weight: 400;
}

.tex_l {
	text-align: left !important;
}

.tex_r {
	text-align: right !important;
}

.tex_c {
	text-align: center !important;
}

/* Float設定 */
.flo_l {
	float: left;
}

.flo_r {
	float: right;
}

.flo_n {
	float: none !important;
}

/* Margin Padding */
.ma_auto {
/*中央配置*/
	margin-left: auto !important;
	margin-right: auto !important;
}

.ma_0 {
	margin: 0 !important;
}

.ma_t3 {
	margin-top: 3px;
}

.ma_t5 {
	margin-top: 5px;
}

.ma_t10 {
	margin-top: 10px;
}

.ma_t20 {
	margin-top: 20px !important;
}

.ma_t30 {
	margin-top: 30px !important;
}

.ma_t40 {
	margin-top: 40px;
}

.ma_t50 {
	margin-top: 50px;
}

.ma_t100 {
	margin-top: 100px;
}

.ma_r5 {
	margin-right: 5px;
}

.ma_r10 {
	margin-right: 10px;
}

.ma_r20 {
	margin-right: 20px;
}

.ma_r30 {
	margin-right: 30px;
}

.ma_r40 {
	margin-right: 40px;
}

.ma_r50 {
	margin-right: 50px;
}

.ma_r100 {
	margin-right: 100px;
}

.ma_b5 {
	margin-bottom: 5px;
}

.ma_b10 {
	margin-bottom: 10px;
}

.ma_b20 {
	margin-bottom: 20px;
}

.ma_b30 {
	margin-bottom: 30px;
}

.ma_b40 {
	margin-bottom: 40px;
}

.ma_b50 {
	margin-bottom: 50px;
}

.ma_b100 {
	margin-bottom: 100px;
}

.ma_l5 {
	margin-left: 5px;
}

.ma_l5p {
	margin-left: 5%;
}

.ma_l10 {
	margin-left: 10px;
}

.ma_l20 {
	margin-left: 20px;
}

.ma_l30 {
	margin-left: 30px;
}

.ma_l40 {
	margin-left: 40px;
}

.ma_l50 {
	margin-left: 50px;
}

.ma_l100 {
	margin-left: 100px;
}

.pa_t5 {
	margin-top: 5px;
}

.pa_t10 {
	margin-top: 10px;
}

.pa_t20 {
	padding-top: 20px;
}

.pa_t30 {
	padding-top: 30px;
}

.pa_t40 {
	padding-top: 40px;
}

.pa_t50 {
	padding-top: 50px;
}

.pa_r5 {
	padding-right: 5px;
}

.pa_r10 {
	padding-right: 10px;
}

.pa_r20 {
	padding-right: 20px;
}

.pa_r30 {
	padding-right: 30px;
}

.pa_r40 {
	padding-right: 40px;
}

.pa_r50 {
	padding-right: 50px;
}

.pa_b5 {
	padding-bottom: 5px;
}

.pa_b10 {
	padding-bottom: 10px;
}

.pa_b20 {
	padding-bottom: 20px;
}

.pa_b30 {
	padding-bottom: 30px;
}

.pa_b40 {
	padding-bottom: 40px;
}

.pa_b50 {
	padding-bottom: 50px;
}

.pa_b5 {
	padding-bottom: 5px;
}

.pa_b10 {
	padding-bottom: 10px;
}

.pa_b20 {
	padding-bottom: 20px;
}

.pa_b30 {
	padding-bottom: 30px;
}

.pa_b40 {
	padding-bottom: 40px;
}

.pa_b50 {
	padding-bottom: 50px;
}

.pa_l10 {
	padding-left: 10px;
}

.pa_l20 {
	padding-left: 20px;
}

.pa_l30 {
	padding-left: 30px;
}

.pa_l40 {
	padding-left: 40px;
}

.pa_l50 {
	padding-left: 50px;
}

/* 横幅指定 */
.w200 {
	width: 200% !important;
}

.w100 {
	width: 100% !important;
}

.w90 {
	width: 90%;
}

.w80 {
	width: 80%;
}

.w70 {
	width: 70%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50% !important;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w30 {
	width: 30% !important;
}

.w33 {
	width: 33% !important;
}

.w25 {
	width: 25% !important;
}

.w20 {
	width: 20%;
}

.w10 {
	width: 10%;
}

/*---------------------------Decoration_font_---------------------------*/
.font_gray {
	color: #939393;
}

.font_white {
	color: #fff;
}

.font_red {
	color: #F33;
}

/*---------------------------Decoration_border_---------------------------*/
.border_box {
	border: #000 1px solid;
}

.border_top {
	border-top: #000 1px solid;
}

/*.border_bottom{ border-bottom:#000 1px solid;}*/
.border_bottom {
	border-bottom: 1px solid;
}

/*---------------------------Decoration_btn_---------------------------*/
.sp_none {
	display: block !important;
}

.pc_none {
	display: none !important;
}

.pc_only {
	display: block !important;
}

@media screen and (max-width: 768px) {
	/* 768px以下 */
	.pc_only {
		display: none !important;
	}

	.pc_none {
		display: block !important;
	}
}

@media screen and (min-width: 481px) {
	/* 480px以上 */
	.sp_only {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	/* 480px以下 */

	.sp_only {
		display: inline-block !important;
	}

	.sp_none {
		display: none !important;
	}
}