@charset "utf-8";

/*-- .header --*/
/*
.global-header .global-siteid .site-logo.awe-style {
    padding: 4px 0 0;
    width: 230px;
    height: 76px;
}
*/

/*-- .mainvisual  --*/

.mainvisual.awe-style {
    background: url(/common/images/bg-mainvisual_01.jpg) 50% 50% repeat;
    -webkite-background-size: cover;
    background-size: cover;
}
.mainvisual.awe-style .visual-slider .item img {
    background: #fff;
    vertical-align: top;
}
.mainvisual.awe-style .visual-slider .item .no-bg img {
    background: none;
}
.awe-style .slick-slider .slick-prev:before {
    background: url(/common/images/btn-slider_01_awe.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.awe-style .slick-slider .slick-next:before {
    background: url(/common/images/btn-slider_02_awe.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.awe-style .slick-slider .slick-dots li button:before {
    background: #efefef;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.awe-style .slick-slider .slick-dots li.slick-active button:before {
    background: #fdd100;
}
/*-- .lyt-index-awe --*/

.lyt-index-awe {
	background:#009fe1;
}
.lyt-index-awe h1 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 32px 0 5px;
    padding: 0 0 0 22px;
    position: relative;
}
.lyt-index-awe h1:after {
    background: none repeat scroll 0 0 #d1e7fe;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}
.container .str-partition.lyt-index-awe .section.coltype-wide .main .lyt-index-01 {
    background: url(/common/images/img-index_01_awe.png) 0 0 no-repeat;
    padding-left: 44%;
    width: auto;
    min-height: 560px;
}
.lyt-index-awe .hdg-l2-01.val-small img {
    max-width: 100%;
    width: 100%;
}
.lyt-index-awe .content > p {
    color: #fff;
}
.lyt-index-awe .btn-wrapper {
    margin-bottom: 40px;
}
.lyt-index-awe .btn-wrapper .btn {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #443b0c;
	background: #f3d846;
	position: relative;
	display: block;
	width: 100%;
	line-height: 80px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
    width: 525px;
    margin: 0 auto;
}
.lyt-index-awe .btn-wrapper .btn:after {
	background: url(/common/images/ico-arrow_07.png);
	position: absolute;
	top: 50%;
	right: 14px;
	width: 12px;
	height: 20px;
	margin: -10px 0 0;
	content: '';
}
.lyt-index-awe .btn-wrapper .btn:hover {
	background: #f5df6b;
	text-decoration: none;
}

.lead-02.awe-style:before,
.lead-02.awe-style:after {
    display: none;
}
.lead-02.awe-style {
    background: none;
    border: none;
    display: block;
    height: auto;
    max-height: none;
}
.lead-02.awe-style a {
	text-decoration:none !important;
}
.lead-02.awe-style .disp-smp {
    display: none;
}
/*-- footer --*/
.awe-ad-box {
    padding-top: 10px;
    display: block;
    zoom:1;
}
.awe-ad-box:after{
    content:'';
    display:block;
    clear:both;
}
.global-footer .nav-footer .nav-footer-list .awe-ad-box .image {
    float: left;
    margin-right: 10px;
}
.global-footer .nav-footer .nav-footer-list .awe-ad-box .text {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.4;
    padding-top: 14px;
}
@media screen and (max-width: 980px) {
    .container .str-partition.lyt-index-awe .section.coltype-wide .main .lyt-index-01 {
        background-size:50% auto; 
        padding-left: 37%;
        min-height: 0;
    }
}

@media screen and (max-width: 640px) {
    /*.global-header .global-siteid .site-logo.awe-style {
        padding: 4px 0 0;
        width: 130px;
        height: 43px;
    }*/
    .mainvisual.awe-style .visual-slider .item img {
        background: none;
    }
    .container .str-partition.lyt-index-awe .section.coltype-wide .main .lyt-index-01 {
        background-position: 50% 0;
        -weblot-background-size:auto 200px;
        background-size:auto 200px;
        padding-left: 0;
        padding-top: 210px;
        min-height: 0;
    }
    .container .str-partition.lyt-index-awe .lyt-index-01 .lyt-img-01 {
        padding-top: 0;
    }
    .lyt-index-awe .btn-wrapper .btn {
        width: 100%;
        font-size: 16px;
        line-height: 55px;
    }
    .lyt-index-awe .btn-wrapper .btn:after {
        background-size: cover;
        height: 10px;
        margin: -5px 0 0;
        width: 6px;
    }
}

@media screen and (max-width: 550px) {
    .lead-02.awe-style {
        margin-top: -15px;
        padding: 0;
    }
    .lead-02.awe-style .disp-smp {
        display: block;
    }
    .lead-02.awe-style .disp-pc {
        display: none;
    }
}


