﻿


#fakeloader{
    display:none;
}




/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#111;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}

#logo {
    width: 86px;
}

#header_contact a.btn_back{
    background-color:#222;
    transition:all 0.3s;
}
#header_contact span{
    color:#fff;
}
#header_contact a.btn_back:hover{
    opacity:0.8;
}
#header_contact:hover span{
    color:#111;
}

#footer_contact{
    position:relative;
}

#footer_contact h3,
#footer_contact p{
    font-weight:bold;
    position:relative;
    z-index:3;
}
#footer_contact p{
    color:#fff;
}
#footer_contact .d_flex{
    position:relative;
    z-index:3;
}
#page-top a{
    color:#fff;
}

#menu h3 .txt_color1{
    color:#b6b6b6!important;
}

/*--top page---------------------------
-------------------------------------*/

#video::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.2) 100%);
    top:0;
    left:0;
    z-index:2;    
}

#footer_contact::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    top:0;
    left:0;
    z-index:2;
}
.catch {
    width: min(40vw,900px);
    height: 38vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
#intro_outer::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 136px;
    background-image: url(../dup/img/loop.png);
    background-size: auto 100%;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: repeat-x;
    animation: loop 30s linear infinite;
    opacity: 0.1;
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}
.item5{
    top: -10px;
    left: -6%;
    width: min(20vw,400px);
}
.item6{
    top: 7%;
    left: 5%;
    width: min(12vw,500px);
    opacity: 0.5;
}
.item7{
    bottom: 0;
    right: -14%;
    width: min(25vw,600px);
}

#top_message::before,
#top_message::after,
.intro_txt::before,
.intro_txt::after{
    content:'';
    position:absolute;
    display:block;
    width:100px;
    height:100px;
    z-index:2;
    opacity: 0.2;    
}
#top_message::before{
    background:url(./Dup/img/item1.png) no-repeat;    
    top:-20px;
    left:-20px;
}
#top_message::after{
    background:url(./Dup/img/item2.png) no-repeat;
    top:-20px;
    right:-20px;
}
.intro_txt::before{
    background:url(./Dup/img/item3.png) no-repeat;    
    bottom:-80px;
    left:-80px;
}
.intro_txt::after{
    background:url(./Dup/img/item4.png) no-repeat;
    bottom:-80px;
    right:-80px;
}

header span.before,
header span.after{
    display:none;
}

/*--under page---------------------------
-------------------------------------*/
#wrap.under_page{
    background-color:#111;
}
.under_page main{
    background-color: #f6f6f6;
    padding: 100px;
}
#page_title #filter_white h2,
#page_title #filter_white p{
    text-shadow: 0 0 5px #fff;
}
.qa_type1 .cate_box {
	border: 1px solid #909090;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
    padding: 1em;
    background-color: #efefef;
    border-radius: 5px;
}




/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#video{
    margin-top:80px;
}
.catch {
    width: min(75vw,900px);
    height: 26vh;
}
.intro_txt::before{
    bottom: -50px;
    left: -50px;
}
.intro_txt::after{
    bottom: -50px;
    right: -50px;
}
.item5{
    top:0;
}
.item7 {
    right: -16%;
    width: min(30vw,600px);
}
#top_contents1 div span.after {
    left: -42%;
}
#top_contents2 div span.after {
    right: -22%;
}
#top_contents1 h3::before, #top_contents2 h3::before{
    top: -90%;
    font-size: 55px;
}

.under_page main {
    padding: 50px;
}
#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.l-header__toggle {
    top: 26px;
}

.catch {
    width: min(95vw,900px);
}
#top_message h2 {
    font-size: 20px;
}
#intro_outer::before{
    height:120px;
}
.item5 {
    left: -13%;
    width: min(37vw,400px);
}
.item6 {
    top: 3%;
    left: 5%;
    width: min(28vw,500px);
}
.item7 {
    right: -23%;
    width: min(46vw,600px);
}

.under_page main {
    padding: 20px;
}
#cms_2-g .cate_title{
    font-size: 1.5em;
}
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}

#page10{
    padding:50px 40px;
}
#page10 .d_flex a{
    font-size:14px;
}

}


@media screen and (max-width: 667px){
#top_contents1 h3::before, #top_contents2 h3::before {
    top: -45%;
}    
    
}



