/** Global class **/
.color-theme {
    color: #00245d;
}
.b-color-theme {
    border-color: #00245d;
}
.bg-btn-theme {
    background-color: #00245d;
}

.f-min {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.back .arrow {
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-color: #00245e #00245e transparent transparent;
    transform: rotate(-45deg);
}
.back p {
    position: absolute;
    bottom: 0;
    left: 5px;
}

.header_var a img {
    max-width: 100%;
    width: 100%;
}

/** Main Menu **/
.navbar-main-container{position:fixed; left: 0; right: 0; z-index: 1020; transition: background-color 0.3s ease;}
.navbar-main {z-index: 1020; padding: 0;}
.navbar-main .navbar-brand {padding: 0;}
.navbar-main .logo {height: 60px; }

/* Nav Link */
.navbar-main .navbar-nav .nav-link {
    color:#fff; 
    border-top: 3px solid transparent; 
    text-transform: uppercase; 
    font-weight: 500; 
    margin:0 1em; 
    padding: 5px 0; 
    font-size: 16px;
    transition: border 0.3s ease;
}

.navbar-main .navbar-nav .nav-link:hover,
.navbar-main .navbar-nav .nav-link:focus,
.navbar-main .navbar-nav .nav-link.active{ 
    color:#fff; 
}

.navbar-main .navbar-nav .dropdown-menu {border-radius: 0; min-width: 200px; font-size: 14px; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);}
.navbar-main .navbar-nav .nav-link:hover .dropdown-menu{display: block;}
.navbar-main .navbar-nav .dropdown-menu .dropdown-item {padding: 7px 16px; color:rgba(0,0,0,.5);}
.menu-overlay {display: none; background-color: #000;bottom: 0;left: 0;opacity: 0.5;filter: alpha(opacity=50);position: fixed;right: 0;top: 0;z-index: 1025;}
@media all and (max-width: 767px) {
    .navbar-main-container {min-height: 60px;}
    .navbar-main .logo {height: 60px;}
}

.navbar-nav a.menu_list:nth-child(1) {
    margin: 0 18px 0 18px;
}
.navbar-nav a.menu_list:nth-child(2) {
    margin: 0 3px 0 3px;
}
.top-menu-pc .menu_list {
    display: block;
    width: 140px;
    height: 60px;
    margin: 0 15px 0 15px;
    float: left;
    text-align: center !important;
    position: relative;
}

.top-menu-pc .menu_list div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.top-menu-pc .menu_list > div:nth-child(1) p {
    width: 100%;
    height: auto;
    position: absolute;
    margin: -15px 0 0 0;
    top: 50%;
    left: 0;
}
.top-menu-pc .menu_list > div:nth-child(2) p {
    font-size: 16px;
    line-height: 54px;
    letter-spacing: 1px;
    text-indent: 1px;
    font-weight: 600;
}
.top-menu-pc .menu_list > div:nth-child(2) {
    top: 25%;
    opacity: 0;
}
.top-menu-pc .menu_list > div:nth-child(1) {
    top: 0;
}

.top-menu-pc .menu_list_on > div:nth-child(1) { animation:menu_list_on1 0.3s ease-in-out forwards; }
.top-menu-pc .menu_list_on > div:nth-child(2) { animation:menu_list_on2 0.3s ease-in-out forwards; }
@keyframes menu_list_on1 {
	0% { top:0; opacity:1; }
	100% { top:-25%; opacity:0; }
}
@keyframes menu_list_on2 {
	0% { top:25%; opacity:0; }
	100% { top:0; opacity:1; }
}
.top-menu-pc .menu_list_off > div:nth-child(1) { animation:menu_list_off1 0.3s ease-in-out forwards; }
.top-menu-pc .menu_list_off > div:nth-child(2) { animation:menu_list_off2 0.3s ease-in-out forwards; }
@keyframes menu_list_off1 {
	0% { top:-25%; opacity:0; }
	100% { top:0; opacity:1; }
}
@keyframes menu_list_off2 {
	0% { top:0; opacity:1; }
	100% { top:25%; opacity:0; }
}

.kerning {
    margin: 0;
    font-weight: bold;
}
  
.kerning-jp {
    font-feature-settings: "palt";
}

@media (max-width: 1024px)
{
    .navbar-brand, .navbar-toggler {z-index: 1000;}
    .offcanvas-collapse {
        width: 100%;
        left: -461px;
        background: rgba(255,255,255,0.95);
        opacity: 1;
    }
    .top-menu-pc {
        display: block;
        background: hsla(1,0%,100%,.9);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        min-height: 100%;
        padding-top: 80px;
        height: 100vh;
    }
    .top-menu-pc .menu_list {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }
    .top-menu-pc .menu_list > div:nth-child(2) p {
        font-size: 25px;
        line-height: 36px;
        letter-spacing: 1px;
        text-indent: 1px;
        font-weight: 600;
    }
    .top-menu-pc .menu_list > div:nth-child(1) {
        font-size: 25px;
        width: 100%;
        height: 100%;
        line-height: 36px;
        letter-spacing: 1px;
        text-indent: 1px;
        font-weight: 600;
    }
}

/*** header animation ***/
.header_fix_on, .header_in {
    top: -60px;
    opacity: 0;
}
.header_fix_on, .header_fix_off {
    position: fixed;
    background: rgba(255,255,255,1);
}
.header_fix_on { animation:header_fix_on 0.5s ease-in-out forwards; }
@keyframes header_fix_on {
	0% { top:-60px; opacity:0; }
	100% { top:0; opacity:1; }
}
.header_fix_off { animation:header_fix_off 0.5s ease-in-out forwards; }
@keyframes header_fix_off {
	0% { top:0; opacity:1; }
	100% { top:-60px; opacity:0; }
}
/*HEADER_IN*/
.header_in { animation:header_in 1s ease-in-out 1s forwards; }
@keyframes header_in {
	0% { top:-60px; opacity:0; }
	100% { top:0; opacity:1; }
}
/******/
.header_button {
    display: none;
    width: 66px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
.header_button_inner {
    display: block;
    width: 30px;
    height: 2px;
    margin: -1px 0 0 -15px;
    background: #ffffff;
    transition: .2s;
    position: absolute;
    top: 50%;
    left: 50%;
}
.header_button_inner:before, .header_button_inner:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #ffffff;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
}
.header_button_inner:before {
    margin-top: -12px;
}
.header_button_inner:after {
    margin-top: 10px;
}
.header_button > .close {
    background: transparent !important;
}
.header_button > .close:before, .header_button > .close:after {
    width: 36px;
    margin-top: -1px;
}
.header_button > .close:before {
    margin-left: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header_button > .close:after {
    margin-left: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media (max-width: 992px) {
    .header_on,.header_off { position:fixed; top:0; opacity:1; animation:none !important; }
	.header_on { overflow:visible; }
    .header_button {
        display: block;
    }
    .fixed a:hover, .fixed a.dropdown-item:hover {
        background-color: transparent !important;
    }
    .header_fixed_on .header_button_inner, .header_fixed_on .header_button_inner:before, .header_fixed_on .header_button_inner:after {
        background: #006397;
    }
}
/*HEADER*/
.header {
	width:100%;
	height:60px;
	position:absolute;
	top:0;
	left:0;
	z-index:105;
}
.header_var {
	height:100%;
	top:0;
	left:0;
	z-index:110;
}
.header_var a:hover {
    text-decoration: none;
}
.header_var a:hover p {
    opacity: 0.7;
}
.header_var .nav_title {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing:1px;
}
.header_logo {
	display:block;
	width:100%;
	height:100%;
}
.header_menu {
	width:992px;
	margin:0 auto;
}
.header .menu_inner {
	width:100%;
	height:100%;
}
.header .menu_list {
	display:block;
	width:135px;
	height:60px;
	margin:0 15px 0 15px;
	float:left;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.header .menu_inner > a:nth-child(1) { margin:0 18px 0 18px; }
.header .menu_inner > a:nth-child(2) { margin:0 3px 0 3px; }
.header .menu_inner > a:nth-child(3) { margin:0 13px 0 13px; }
.header .menu_inner > a:nth-child(4) { margin:0 28px 0 28px; }
.header .menu_inner > a:nth-child(5) { margin:0 8px 0 8px; }
.header .menu_list div {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
}
.header .menu_list > div:nth-child(1) {
	top:0;
}
.header .menu_list > div:nth-child(1) img {
	width:100%;
	height:auto;
	margin:-9px 0 0 0;
	position:absolute;
	top:50%;
	left:0;
}
.header .menu_list > div:nth-child(1) > img:nth-child(2),.header .menu_list > div:nth-child(1) > img:nth-child(3) {
	display:none;
} 
.header_white .menu_list > div:nth-child(1) > img:nth-child(1) {
	display:none;
} 
.header_white .menu_list > div:nth-child(1) > img:nth-child(2) {
	display:block;
} 
.header .menu_list > div:nth-child(2) {
	top:25%;
	opacity:0;
}
.header .menu_list > div:nth-child(2) p {
	line-height:49px;
	letter-spacing:1px;
	text-indent:1px;
	font-weight:600;
}
.header_fix_on,.header_fix_off {
	position:fixed;
	background:rgba(255,255,255,1);
}
.header_fix_on .menu_list > div:nth-child(1) > img:nth-child(1),.header_fix_off .menu_list > div:nth-child(1) > img:nth-child(1),.header_white .menu_list > div:nth-child(1) > img:nth-child(1) {
	display:none;
}
.header_fix_on .menu_list > div:nth-child(1) > img:nth-child(2),.header_fix_off .menu_list > div:nth-child(1) > img:nth-child(2),.header_white .menu_list > div:nth-child(1) > img:nth-child(2) {
	display:block;
}
.header_fix_on,.header_in {
	top:-60px;
	opacity:0;
}
.header_fix_off {
	top:0;
	opacity:1;
}
.header_button {
	display:none;
	width:66px;
	height:60px;
	position:absolute;
	top:0;
	right:0;
}
.header_button_inner {
	display:block;
	width:30px;
	height:2px;
	margin:-1px 0 0 -15px;
	background:#ffffff;
	transition:.2s;
	position:absolute;
	top:50%;
	left:50%;
}
.header_button_inner:before,.header_button_inner:after {
	display:block;
	content:"";
	width:30px;
	height:2px;
	background:#ffffff;
	transition:0.3s;
	position:absolute;
	top:50%;
	left:0;
}
.header_white .header_button_inner,.header_white .header_button_inner:before,.header_white .header_button_inner:after {
	background:#006397 !important;
}
.header_button_inner:before {
	margin-top:-12px;
}
.header_button_inner:after {
	margin-top:10px;
}
.header_button > .close {
	background:transparent !important;
}
.header_button > .close:before,.header_button > .close:after {
	width:36px;
	margin-top:-1px;
}
.header_button > .close:before {
	margin-left:-3px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.header_button > .close:after {
	margin-left:-3px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
@media (min-width: 1025px){
	.header_menu { height:100% !important; }
}
@media (max-width:1024px){
	.header { overflow:hidden; }
	.header_on,.header_off { position:fixed; top:0; opacity:1; animation:none !important; }
	.header_on { overflow:visible; }
	.header_var { width:100%; background:transparent; z-index:999;}
	.header_fix_on .header_var,.header_fix_off .header_var { background:#ffffff; }
	.header_logo { width:60px; height:60px; background:#006397; }
	.header_menu { display:none; width:100%; height:100%; margin:0; position:fixed; top:0; left:0; opacity:0; }
	.header_on .header_menu { display:block; }
	.header .menu_list { float:none; }
	.header .menu_list > div:nth-child(1) > img:nth-child(1),.header .menu_list > div:nth-child(1) > img:nth-child(2) { display:none; }
	.header .menu_list > div:nth-child(1) > img:nth-child(3) { display:block; top:0; margin:0; }
	.header .menu_list > div:nth-child(2) p { //color:#006397; }
	.header_button { display:block; }
	.header_on .header_menu { background:rgba(255,255,255,0.95); }
}
@media (min-width:641px) and (max-width:1024px){
	.header .menu_inner {
		width:350px;
		height:520px;
		margin:-260px 0 0 -175px;
		position:absolute;
		top:50%;
		left:50%;
	}
	.header .menu_list {
		width:100% !important;
		height:50px;
		margin:45px 0 45px 0 !important;
	}
	.header .menu_list > div:nth-child(1) {
		width:100%;
        height:100%;
        font-size:25px;
	}
	.header .menu_list > div:nth-child(2) {
		width:100%;
		height:100%;
		top:25%;
		opacity:0;
	}
	.header .menu_list > div:nth-child(2) p {
		font-size:25px;
		line-height:50px;
		letter-spacing:1px;
		text-indent:1px;
		font-weight:600;
	}
}
@media (max-width:640px){
	.header .menu_inner {
		width:250px;
		height:372px;
		margin:-170px 0 0 -125px;
		position:absolute;
		top:50%;
		left:50%;
	}
	.header .menu_list {
		width:100% !important;
		height:36px;
        margin: 5px 0 24px 0 !important;
	}
	.header .menu_list > div:nth-child(1) {
		width:100%;
        height:100%;
        font-size:25px;
	}
	.header .menu_list > div:nth-child(2) {
		width:100%;
		height:100%;
		top:25%;
		opacity:0;
	}
	.header .menu_list > div:nth-child(2) p {
		font-size:25px;
		line-height:36px;
		letter-spacing:1px;
		text-indent:1px;
		font-weight:600;
	}

    .header_var a.logo {
        display: inline-block;
        width: 80%;
    }
}
/******/


.bg-color-light {
    background-color: #0e72ab !important;
}

.bg-line-light {
    background: #ffff !important;
}

.bg-line-dark {
    background: #000000 !important;
}

.color-text-dark {
    color: #000000 !important;
}

.color-text-light {
    color: #fff !important;
}

/*SLIDE_IMG*/
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.pd-ct {
    padding-top: 80px;
    padding-bottom: 80px;
}

.news .row {
    padding: 5px 0px 4px;
}

.news .container {
    /* padding: 0px 10vw; */
}

.bg-line-light {
    background: #fff;
}

.bg-line-dark {
    background: #000000;
}

.pd-left {
    padding-left: 60px;
}

.more-pd-bot {
    margin-bottom: 30px !important;
}

.more-pd-top {
    margin-top: 30px !important;
}

/**contact **/
.contact {
    position: relative;
}

.inline-space {
    height: 66px;
    width: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    background: #fff;
}

/** tel **/

.pd-serivce {
    padding-left: 60px;
    padding-right: 60px;
}

/** body service **/
.service {
    padding-bottom: 128px;
}

.service .pd-serivce .img-zoom .img-service {
    height: 100%;
    width: 100%;
    background: url(../image/201802/service.png) 50% 0 / cover no-repeat;
}

.text {
    box-sizing: border-box;
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
    display: block;

}

.ttl {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.about .ttl::after {
    width: 101px;
    left: 52px;
}

.report .ttl::after {
    width: 102px;
    background: #000;
}

.recruit .ttl::after {
    width: 102px;
    background: #000;
}

.more a {
    display: block;
    box-sizing: border-box;
    color: #333;
    width: 180px;
    height: 40px;
    border: 1px solid;
    position: relative;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.more a::after {
    content: "\f178";
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: Fontawesome;
    font-weight: normal;
    transform: translateY(-50%);
}

/** About **/

.about .text {
    color: #fff;
}

/** Button Back top **/
.btPageTop.off {
    opacity: 0;
}

.btPageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: .3s;
}

.service .more a:hover, .about .more a:hover {
    background: #fff;
    color: #0e72ab;
}

.about .more a, .service .more a {
    color: #fff;
}

.report .more a:hover, .recruit .more a:hover, .magokoro .more a:hover {
    color: #fff;
    background: #0e72ab;
}

.report img {
    width: 100%;
}

.recruit img {
    width: 100%;
}

.img-zoom :hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.img-zoom {
    position: relative;
    overflow: hidden;
    display: block;
}

.img-zoom .trans {
    max-width: 100%;
    -moz-transition: transform 5s;
    -webkit-transition: transform 5s;
    transition: transform 5s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-duration: 5s;

}

.img-zoom img {
    max-width: 100%;
    -moz-transition: transform 5s;
    -webkit-transition: transform 5s;
    transition: transform 5s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-duration: 5s;

}

/** Drop down color **/

.menu {
    margin-top: -30px;
    padding-left: 163px;
    padding-right: 135px;
    z-index: 1;
    position: relative;
    text-align: center;
}

.menu .row {
    padding-bottom: 7px;
    display: flex;
    width: 100%;
    background: #fff;
    padding-top: 7px;
}

.menu a {
    color: #000000;
}

.menu img {
    padding-top: 13px;
    padding-bottom: 11px;
}

.menu a:hover {
    text-decoration: none;
    transition: opacity .3s;
}

.menu-boder {
    border-right: 1px solid #DADADA;
}

.menu-boder p {
    color: #4C4C4C;
}

.team.menu-boder {
    border-right: 0px solid #fff;
}

.sitemap a:hover {
    text-decoration: none;
    /* color: #0056b3; */
}

.sitemap a {
    color: #fff;
}

.sitemap h5 {
    color: #fff;
}

ul {
    list-style-type: none;
}

.carousel-caption {
    padding-top: 2%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: #3072a6;
    margin: 0 4px;
}

#carouselExampleIndicators .carousel-caption {
    position: absolute;
    left: auto;
    width: 40%;
    height: 23%;
    background-color: #4d7fa4;
    opacity: 0.8;
    bottom: 15%;
    right: 0;
    text-align: left;
    padding-left: 3%;
}

#carouselExampleIndicators .carousel-caption h1 {
    font-size: 5vw;
    font-weight: bold;

}

#carouselExampleIndicators .carousel-caption p {
    font-size: 1.5vw;
}

.carousel :hover {
    cursor: pointer;
}

.carousel {
    margin-top: 60px;
}

.news a {
    text-decoration: underline;
}

.news-timeline p {
    font-size: 18px;
}

@media all and (max-width: 998px) {
    #con-tel {
        position: inherit;
    }
}

@media (max-width: 768px) {
    .menu-boder {
        border: 1px solid #DADADA;
    }

    .team.menu-boder {
        border-right: 0px solid #DADADA;
    }

    .menu {
        margin-top: 0px;
        padding-left: 163px;
        padding-right: 17px;
        padding-left: 45px;
    }

    .menu .row {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

@media all and (max-width: 576px) {
    .img-zoom .trans {
        height: 200px !important;
    }

    .tel {
        display: inline;
    }

    .pd-ct {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .about img {
        width: 100%;
    }

    .more-pd-bot {
        margin-bottom: 1rem !important;
    }

    .more-pd-top {
        margin-top: 1rem !important;
    }

    .text {
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: center;
    }

    .service {
        padding-bottom: 0px;
        padding-top: 40px;
    }

    .ttl {
        font-size: 20px;
    }

    .pd-left {
        padding-left: 0px;
    }

    .report {
        padding-top: 29px;
        padding-bottom: 26px;
    }

    .pd-serivce {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mail-contact {
        display: none;
    }

    .menu {
        margin: 0 -15px;
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        z-index: 1;
        position: relative;
        text-align: center;
    }

    .inline-space {
        display: none;
    }

    .menu .row {
        margin-left: 0px;
    }

    .menu .container {
        padding: 0px;
    }

    .menu-boder {
        border: 1px solid #DADADA;
    }

    .team.menu-boder {
        border-right: 1px solid #fff;
    }

    .menu .row {
        padding: 0px;
    }

    .menu p {
        margin-bottom: 26px;
    }

    .news .container {
        padding: 0px 0px;
    }

    .news dl dt::after {
        right: 30% !important;
    }

    .news dl dd {
        text-align: left !important;
        font-size: 12px !important;
    }

    .news-timeline p {
        font-size: 14px;
    }
}

/***Top Back***/
/*BACK_FIX*/
.back_on, .back_off {
    display: block !important;
}
.opa {
    opacity: 0;
}
.back {
    display: none;
    width: 55px;
    height: auto;
    position: fixed;
    right: 50px;
    bottom: 25px;
    text-align: center;
    z-index: 100;
}
.back p {
    margin: 2px 0 0 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #006397;
    font-style: normal;
    font-weight: 400;
}
.back_on { animation:back_on 0.5s ease-in-out forwards; }
@keyframes back_on {
	0% { bottom:25px; opacity:0; }
	100% { bottom:50px; opacity:1; }
}
.back_off { animation:back_off 0.5s ease-in-out forwards; }
@keyframes back_off {
	0% { bottom:50px; opacity:1; }
	100% { bottom:25px; opacity:0; }
}

/*CONTENTS_IMG*/
.contents_img_on > div:nth-child(1) { animation:contents_img_on1 1.25s ease-in-out forwards; }
@keyframes contents_img_on1 {
	0% { transform:scale(1.0375); }
	100% { transform:scale(1); }
}
.contents_img_on > div:nth-child(1),.contents_img_on > div:nth-child(1), .contents_img_on > div:nth-child(1), .contents_img_on > div:nth-child(1), .contents_img_on > div:nth-child(1) { animation:contents_img_on2 1.25s ease-in-out forwards; }
@keyframes contents_img_on2 {
	0% { transform:scale(1.1); }
	100% { transform:scale(1); }
}

/*LOGO CONTENTS_TITLE*/
.contents_title_on { animation:contents_title_on1 0.5s ease-in-out 0.75s forwards; }
.contents_title_on, .contents_title_on,.contents_title_on, .contents_title_on,#contact .contents_title_on { animation:contents_title_on1 0.5s ease-in-out forwards; }
@keyframes contents_title_on1 {
	0% { opacity:0; }
	100% { opacity:1; }
}
.contents_title_on .contents_title_line > div:nth-child(1) span { animation:contents_title_on3 0.75s ease-in-out forwards; }
.contents_title_on .contents_title_line > div:nth-child(2) span { animation:contents_title_on4 0.75s ease-in-out forwards; }
@keyframes contents_title_on3 {
	0% { left:100%; }
	100% { left:0%; }
}
@keyframes contents_title_on4 {
	0% { left:-100%; }
	100% { left:0%; }
}

/*Loading*/
.loading {
    width: 100%;
    height: 100%;
    //background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 1;
}
@media (max-width: 992px) {
    .loading {
        position: unset;
    }
}


.banner.zoom-banner { transition: all 1.25s ease-in-out; }
.banner.zoom-banner.zoom { transform: scale(1.1); }

.pc_disp {
	display:inline;
}

.sp_disp {
	display:none;
}
@media (min-width:641px) and (max-width:1024px){
	.pc_disp { display:none; }
	.sp_disp { display:none; }
}
@media (max-width:640px) {

	.pc_disp { display:none; }
	.sp_disp { display:inline !important; }

    .back { right: 20px; }
}