﻿@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');
#top_cms .cms_sub_title, #page_title p {font-family: 'Nothing You Could Do', cursive;}
.shadow {box-shadow: 0 5px 10px rgb(0 0 0 / 0%);}
#page_title p{letter-spacing: 2px;font-size: 22px;}


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #2358a8;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #2358a8} /* メインカラー */
.txt_color2{color: #efefef} /* サブカラー */
.txt_color3{color: #7d9ed8} /* アクセントカラー1 */
.txt_color4{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #2358a8} /* メインカラー */
.bg_color2{background-color: #efefef} /* サブカラー */
.bg_color3{background-color: #7d9ed8} /* アクセントカラー1 */
.bg_color4{background-color: #c9baa9} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #2358a8}
.border_color2{border-color: #d7dee0}
.border_color3{border-color: #7d9ed8}
.border_color4{border-color: #c9baa9}

/* hover_color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #2358a8} /* メインカラー */
.hvr_txt_color2:hover{color: #efefef} /* サブカラー */
.hvr_txt_color3:hover{color: #7d9ed8} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #7d9ed8} /* メインカラー */
.hvr_bg_color2:hover{background-color: #efefef} /* サブカラー */
.hvr_bg_color3:hover{background-color: #7d9ed8} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

.hvr_border_color1:hover{border-color: #2358a8}
.hvr_border_color2:hover{border-color: #efefef}
.hvr_border_color3:hover{border-color: #7d9ed8}
.hvr_border_color4:hover{border-color: #c9baa9}
#footer{background-color: #191970;}
#header .contact_bt .bg_color1{background-color: #191970;}



/* design ---------------------------------------------------------------------------------------------*/
#main_img .main_bg, #contents1 .con1_bg {
    background: linear-gradient(to bottom right, #40c0fb, #04275a)!important;
    opacity: 0.4;
}
#video,#main_img{height: auto!important;}
#main_img .main_bg{top: -10px}
#intro{margin-top: -11px;}

#loader_top {
    top: 0;
    left: 0;
    z-index: 9999;
}
#loader_top h2 {
    display: inline;
    width: 623px;
    font: bold 200% Consolas, Monaco, monospace;
    font-weight: 900;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid transparent;
    animation: typing 3s steps(23), caret 0.3s steps(1) infinite;
    letter-spacing: 3px;
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}

.intro_title{padding-top: 46px;}
.intro_title, .con1_title, .con2_title, .con3_title{position: relative;}
.intro_title::after, .con1_title::after, .con2_title::after, .con3_title::after {
    font-family: 'Nothing You Could Do', cursive;
    display: inline-block;
    content: "Introduction";
    position: absolute;
    top: -61px;
    left: -53px;
    font-size: 52px;
    font-weight: 200;
    color: #7d9ed8;
    transform: rotate(-11deg);
}
.con1_title::after, .con2_title::after, .con3_title::after {
    content: "Lokerif Point01";
    top: -111px;
    left: -49px;
    right: 0;
    margin: auto;
    color: #fff;
}
.con2_title::after {content: "Lokerif Point02";top: -150px;}
.con3_title::after {content: "Lokerif Point03";color: #7d9ed8;font-size: 49px;}

#contents1 .con1_wrap {
    width: 100%!important;
}
#contents1 .con1_box {
    padding-bottom: 150px;
    padding-top: 243px;
	background: linear-gradient(to bottom right, rgba(64,192,251,0.46), rgba(4,39,90,0.64))!important;
	/*background: linear-gradient(to bottom right, rgba(88,202,255,0.58), rgba(4,39,90,0.64))!important;*/
}
#contents1 .con1_bg{background: none!important}
.con1_title{margin-bottom: 45px;}
.con1_title span{
	font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
}
#contents1 .con1_title::before{display: none}
.con1_txt{text-align: center;font-size: 17px}
.con2_title{border-top: none;border-bottom: 2px solid #fff;}
.con2_txt{font-size: 17px}

#contents3 .con3_wrap{padding-top: 155px;}
.con3_title span::before{
	display: inline-block;
	content: "";
	width: 100%;
	height: 3px;
	background: #2358a8;
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: auto;
} 
.con3_title span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -26px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #2358a8 transparent transparent transparent;
    border-width: 16px 16px 0 16px;
}
.con3_txt{
	font-size: 18px;
    font-weight: bold;
}
.con3_title{margin-bottom: 85px;font-size: 26px;}


/* ---------- ヘッダー ---------- */
#logo a{padding: 20px 30px;}
#header.headtrans #logo a {padding: 20px 36px;}


/* ---------- 下層 ---------- */
#page_title .page_title_bg {
    background: linear-gradient(to bottom right, rgba(64,192,251,0.46), rgba(4,39,90,0.64))!important;
    opacity: 1;
}
.cate_title {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    width: 100%!important;
    font-size: 24px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 50px;
    color: #222;
    position: relative;
    font-weight: bold;
}
.cate_title::before {
	display: inline-block;
	content: "";
	width: 100%;
	height: 3px;
	background: #2358a8;
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: auto;
}
.cate_title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -26px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #2358a8 transparent transparent transparent;
    border-width: 16px 16px 0 16px;
}
.cms_2-c .box_txt1{font-weight: bold;font-size: -webkit-calc(1rem + 6px);font-size: calc(1rem + 6px);}
.cms_6-b .cate_box .box_txt2{background-color: #fff}


/* IE */
@media all and (-ms-high-contrast: none){ 
	.cms_1-e .date{padding-bottom: 7px}
}


/* ---------- 1420px ---------- */
@media screen and (max-width: 1420px){
	.con2_title::after{top: -128px;}
}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#logo a{padding: 10px 5px;width: 139px;}
	.intro_title::after, .con1_title::after, .con2_title::after, .con3_title::after{font-size: 45px;}
	.intro_title::after{top: -42px;left: -33px;}
	.con1_title::after{top: -97px;}
	.con2_title::after{left: -33px;top: -127px;}
	#contents1 .con1_box{padding-right: 37px;padding-left: 37px;padding-bottom: 120px;padding-top: 200px;}
	.cms_1-e .date {padding-left: 23px;padding-right: 23px;}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
	#main_img .main_bg{top: 0;}
	#loader_top h2{
		letter-spacing: 1px;
		font-size: 16px;
		width: 80%;
	}
	#logo a{width: 150px;padding: 7px 0;}
	.main_txt{font-size: -webkit-calc(1rem + 5px);font-size: calc(1rem + 5px);}
	.intro_title::after, .con1_title::after, .con2_title::after, .con3_title::after{font-size: 30px;}
	.intro_title::after{left: -13px;top: -18px;}
	.con1_title span{font-size: -webkit-calc(1rem + 7px);font-size: calc(1rem + 7px);}
	.con1_txt, .con2_txt{font-size: 14px;}
	.con1_txt{text-align: left;}
	.con1_title{margin-bottom: 25px;}
	.con1_title::after{top: -70px;font-size: 30px;}
	.con2_title::after{top: -76px;left: -13px;font-size: 29px;}
	#contents1 .con1_box {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 80px;
		padding-top: 160px;
	}
	.con2_box{padding-bottom: 65px;}
	.con3_title{margin-bottom: 48px;ont-size: -webkit-calc(1rem + 6px);font-size: calc(1rem + 6px);}
	#contents3 .con3_wrap{padding-top: 115px;}
	.con3_title::after{font-size: 29px;top: -64px;left: -13px;}
	.con3_txt{font-size: 16px;}
	#top_cms .cms_sub_title{
		letter-spacing: 2px;
		font-size: -webkit-calc(1rem + 16px);
		font-size: calc(1rem + 16px);
		top: -209px;
	}
	.cms_2-c .box_txt1{font-size: -webkit-calc(1rem + 3px);font-size: calc(1rem + 3px);margin-bottom: 10px;}
	
	.cate_title{font-size: 18px;margin-bottom: 45px;}
	.cate_title::before{bottom: -4px;}
	.cate_title::after{border-width: 13px 13px 0 13px;bottom: -16px;}
	#cms_3-e .cate_title{line-height: 1.9;}
	#cms_6-a .cate_box {margin-bottom: 15px;}
	#cms_6-a .box_txt1 {font-size: 16px;}
	
	#sp_nav ul{padding-top: 78px;}
}






