﻿#fakeloader:after{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 100%;/*画像の幅*/
  height: 100%;/*画像の高さ*/

background: -moz-linear-gradient(to bottom,#fff,#f2b7b7 50%,#bba7d2);
    background: -webkit-linear-gradient(to bottom,#fff,#f2b7b7 50%,#bba7d2);
    background: linear-gradient(to bottom,#fff,#f2b7b7 50%,#bba7d2);
}


.bg_color1 {background-color: #f2b7b7;}
.bg_color2 {background-color: #f8e6e6;}
.bg_color3 {background-color: #f2b7b7;}
.txt_color1 {color: #e99999;}
.txt_color2 {color: #bba7d2;}
.txt_color3 {color: #bba7d2;}
.border_color1 {border-color: #bba7d2;}
.border_color2 {border-color: #f2b7b7;}
.border_color3 {border-color: #bba7d2;}
.hvr_bg_color2:hover {
    background-color: #bba7d2;
    color: #fff;
}
/* ----------　all　---------- */
.linkStyle{
	color:#bba7d2;
}
.linkStyle:hover{
	color:#bba7d2;
	opacity: 0.7;
	transition: all 0.5s;
}
#logo {
    max-width: 100px;
}
header.scr_header #logo {
    max-width: 70px;
}
.back1:before ,.back2:before{
    background-image: url(Dup/img/back.png);
    background-size: 350px;
}
.nav_menu_more:first-of-type a .icon:before {
    content: "\f086";
}
.banner {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
}
/* ----------　TOP　---------- */
#main_img #top_pc_nav{
    display: none;
}
#main_img:before {
    background-color: transparent;
}
#main_img .menu p{
    background-color: transparent;    
}
.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%);
	transform: translate(-50%, -50%);
}
#top_cms.back1:before {
    z-index: -1;
}
#top_cms .cms_1-f,#top_cms .cms_3-b,#top_cms .cms_4-c{
        background-color: rgba(255 ,255 ,255 ,0.65);
    padding: 50px;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#main_img{
	position: relative;
	height: auto;
	width: 100%;
}    
#main_img .menu{
    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;
}    
#page_title .page_title_box {
    width: 50%;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
#logo,header.scr_header #logo {
    max-width: 60px;
}
#footer h2{
    font-size: 24px;
}
#page_title .page_title_box {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}
#page8 #contact_tel a{
        font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
    padding: 30px 20px;
}
}