﻿/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img .main_img_wrap,.intro_wrap{position: relative;}
/*リピートなし*/
#main_img .main_img_wrap:after,.intro_wrap:before{
content: "";
display: block;
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
}

#main_img .main_img_wrap:after{
    background-image: url(./Dup/img/catch.png);
    width: 35vw;
    height: 19vw;
    top: 10%;
    left: 7%;
}
.intro_wrap:before{
    background-image: url(./Dup/img/obj1.png);
    width: 200px;
    height: 167px;
    bottom: 0;
    left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
/*--------------------------------
全体
--------------------------------*/
#logo{padding-top: 20px;}
#logo .logo{
    width: 100%;
    max-width: 300px;
}
#logo2.logo{
    width: 100%;
    max-width: 300px;
}
#foot_banner a{color: #ffffff;}
/*--------------------------------
TOP
--------------------------------*/
#main_img{padding-top: 70px;}
#main_img .main_img_wrap{
    background-position: top -30px center;
    height: 41vw;
}
#main_img .main_img_wrap:before{display: none;}


#intro h2 span.border{
    left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);

}
#info_title_box .info_title span{text-shadow:0 0 30px rgba(0,0,0,1);}

#contents .con_box .con_item2{
    width: 130px;
    height: 108px;
    bottom: -50px;
}
#info .info_txt{width: 50%;}
/*--------------------------------
下層
--------------------------------*/


/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){
    header #header #header_menu li a{
        padding-left: 10px;
        padding-right: 10px;
    }
    #main_img{padding-top: 113px;}
    #main_img .main_img_wrap{
        background-position: center center;
        height: 70vw;
    }
    #main_img .main_img_wrap:after{
        width: 50vw;
        height: 27vw;
        top: 5%;
        left: 4%;
    }
    .intro_wrap:before{
        width: 150px;
        height: 125px;
    }
}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){
    #logo{width: 60%!important;}
    #main_img{padding-top: 73px;}
    .intro_wrap:before {
        width: 100px;
        height: 83px;
    }
    #info .info_txt{width: 90%;}
    #page_title h2.font_30_sp,#page_title h2 span{font-size: 20px;}
    #page_title h2 span{letter-spacing: 1.5px;}
}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #333; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #333;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #333;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #333;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #f5a600;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #F5E6AF;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #8C64A5;} /* アクセントカラー1 */
.txt_color4,.txt_color5,.hvr_txt_color4:hover{color: #F8F4E1;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #FFC855;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #F5E6AF;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #8C64A5;} /* アクセントカラー1 */
.bg_color4,.bg_color5,.hvr_bg_color4:hover{background-color: #F8F4E1;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #FFC855;}
.border_color2,.hvr_border_color2:hover{border-color: #F5E6AF;}
.border_color3,.hvr_border_color3:hover{border-color: #8C64A5;}
.border_color4,.hvr_border_color4:hover{border-color: #F8F4E1;}