﻿.all_page main .txt_white {
    color: #333;
}
.bg_color2 {
    background-color: #d2d2d2;
}
.bg_color3 {
    background-color: #222239;
    color: #fff!important;
}
.border_color3 {
    border-color: #d2d2d2;
}
.border_color4 {
    border-color: #15152b;
}
.txt_color3 {
    color: #8d8e95;
}
/* ----------　all　---------- */
.linkStyle{
	color:#222239;
}
.linkStyle:hover{
	color:#222239;
	opacity: 0.7;
	transition: all 0.5s;
}
body::before {
    background-color: #d2d2d2;
}
#loading_bg{
	height: 100vh;
	width: 100vw;
	z-index: 200
}
#loading{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#loading img{
	z-index: 1
}
#loading .gauge{
	width: 0;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	transform-origin: left bottom
}

#body{
    background-color: #ffffff;
}
#wrap {
    font-family: 'Noto Sans JP', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font_bold {
    font-weight: normal;
}
header {
    border-bottom: 1px solid #343443;
}
.header-change{
    background: rgba(255, 255 ,255 ,0.7);
    display: flex;
    justify-content: space-between;
    padding: 15px 2.5%;
    position: fixed;
    top: -110px;
    transition: .5s;
    width: 95%;
    z-index: 9;
}
.header-change.show{
    top: 0;
}
.top #header h1,#header h1,.header-change .logo{
    max-width: 400px;
    width: 25%!important;
}
.top #header ul ,.header-change .gnav{
    width: 75%!important;
}
.top #header ul ,.header-change .gnav ul{
    justify-content: flex-end;
    margin-left: 0;
}
.top #header ul li,.header-change .gnav__menu li {
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px solid #15152b;
    line-height: 1.2;
}
.top #header ul li:last-child,.header-change .gnav__menu li:last-child{
    border-right: none;
}
.top #header ul li a,.header-change .gnav__menu li a{
    color: #333;
    text-decoration: none;
    transform: skewX(-150deg);
    padding: 0 15px;
    display: block;
        font-size: 18px;
}

.sc_anime.right_anime.active{
    background-color: #f4f4f4;
    box-shadow: 0 2px 4px rgba(0 ,0 ,0 ,0.15);
}
#page_title.active::after , #page_title > div.active {
    box-shadow: 0 2px 4px rgba(0 ,0 ,0 ,0.15);
}
.font_en {
    font-family: 'Tenor Sans', sans-serif;
}
#main_menu ul{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    font-weight: bold;
}
#main_contents #main_menu li.active::before {
    background-color: #15152b;
}
#main_contents #main_menu li::before {
    border: 2px solid #15152b;
}
#main_contents #main_menu li::after {
    border-bottom: 1px solid #15152b;
}



/* ----------　TOP　---------- */
.top header{
    position: absolute;
    z-index: 9;
    width: 100%;
    border-bottom: none;
}
.top #main_contents {
    padding-top: 0px;
}
#main_contents #catch {
    transform: translateY(-200px);
}
.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#top_cms .top_cms_title h3 span {
    border-top: 3px solid #343443;
        font-family: 'Tenor Sans', sans-serif;
}
#top_cms .top_cms_title div{
    color: #343443;
}
#top_cms .top_cms_title h4 span {
    border-bottom: 3px solid #d2d2d2;
}
#top_cms .more a {
    border: 2px solid #15152b;
    background-color: #15152b;
}
#contents_link a span {
    font-family: 'Tenor Sans', sans-serif;
}
/* ----------　下層ぺージ　---------- */
#page_title h2 span {
    color: #fff;
}
#page_title h3 span {
    color: #fff;
    font-family: 'Tenor Sans', sans-serif;
}
.cate_list a .font_en {
    color: #fff;
}
#cms_3-e .box_wrap .box_title1{
        padding-bottom: 10px!important;
}
#page07, #page08, #page09, #page10 {
    border-top: 1px solid #15152b;
}
#tel_txt h3{
    font-weight: bold;
}
.contact_tel{
        border: 1px solid #15152b;
}
#page07 .box {
    border-bottom: 2px solid #222239;
}
#page07 h3 span {
    color: #ffffff;
    padding: 5px 20px;
}
#page07 .grid_4 h3::after {
    background-color: #d2d2d2;;
}
#page09 h3{
        font-weight: bold;
}
#page10 .grid_4{
    background-color: #ffffff;    
}
#page10 .grid_4 a .no {
    color: #fff;
}
#page10 .grid_4 a {
    border: 1px solid #15152b;
    color: #15152b;
}
#page10 .grid_4 a:hover{
    color: #ffffff;
}
#page10 .grid_4 a span.font_24{
    font-size: 22px;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
.top #header h1, #header h1, .header-change .logo {
    width: 40%!important;
}
.header-change{
    display: none;
}
.video_wrap {
	position: static;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-width: 100%;
}
video {   
	min-width: auto;
	min-height: auto;
	width: 100%;
	z-index: 1;
	position: static;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%); 
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%); 
vertical-align: bottom;
}    
#main_contents #catch {
    transform: translateY(-25px);
}
#main_contents #catch h2{
        text-align: right;
}
#footer div.grid_6 h3{
        font-size: 40px;
}
#page10 .grid_4 a span.font_24 {
    font-size: 18px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
#header{
        padding: 14px 20px!important;
}
.top #header h1, #header h1, .header-change .logo {
    width: 60%!important;
}
#main_contents #catch h2{
    font-size: 16px;
}    
#page_title h2 span {
    font-size: 22px;
}
#page10 .grid_4 a .bg_color3 {
    background-color: #ffffff;
}
#contents_link a > div {
    width: 70%;
}
#menu_bt > div div {
    letter-spacing: 3px;
}
#footer .grid_6:first-child{
    padding: 50px 20px;
}
}