@charset "utf-8";

/* *****************************************************************
メイン画像
***************************************************************** */
.top-main{
    position: relative;
}
.top-main .logo{
    width: 24.524%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sp-main{display: none;}
@media only screen and (max-width: 545px) {
    .top-main{display: none;}
    .sp-main{
        width: 100%;
        min-height: 350px;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .sp-main img{
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

/* *****************************************************************
メニュー
***************************************************************** */
header.top{
	border-bottom:none;
}
header.top #head-area{
    background-color: #1E2A67;
    height: 40px;
}
header.top #head-area .menu-head{
	width: 12.251%;
	height: 40px;
	background-color: #E7191A;
	position: absolute;
	top: 0;
	left: 0;
	padding:0;
	text-align: center;
}
header.top #head-area .menu-head span{
	position: absolute;
	top: 0;
	right: -50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50px 0 0;
	border-color: #E7191A transparent transparent transparent;
}
header.top #head-area .menu-area {
    width: 100%;
    padding-top: 0;
}
header.top #head-area ul.zdo_drawer_nav{
	-ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
header.top #head-area .zdo_drawer_menu .zdo_drawer_nav li a{
    color: #fff;
    line-height: 40px;
}
header.top #head-area .zdo_drawer_menu .zdo_drawer_nav li a:hover{
    color: #FFFF00;
}
@media only screen and (max-width: 1000px) {
    header.top #head-area .menu-area .logo2 {display: none;}
}
@media only screen and (max-width: 545px) {
    header.top #head-area{
        background-color: transparent;
        height: auto;;
    }
    header.top #head-area .menu-head{display: none;}
    header.top #head-area .menu-area .logo2 {display: block; margin-top: 15px; margin-bottom: 0;}
}

/* *****************************************************************
E-GAとは
***************************************************************** */
main.top .what-ega{
    min-height: 128px;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
main.top .what-ega p.title{
    padding: 30px 0 20px;
    color: #1E2A67;
    font-weight: bold;
}
main.top .what-ega h2{
    width: 65.565%;
    font-weight: normal;
    margin: auto;
    position: relative;
    z-index: 1;
}
main.top .what-ega span.triangle{
	position: absolute;
	width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 128px 170px;
    border-color: transparent transparent #E7191A transparent;
}
main.top .top-entry{
    max-width: 1340px;
    margin: auto;
    padding: 0 30px;
    overflow: hidden;
}
main.top .top-entry h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
main.top .top-entry h3.login-txt{
    font-size: 22px;
    margin-bottom: 0;
}
main.top .top-entry p.login-sub-txt{
    text-align: center;
    margin-bottom: 30px;
}
main.top .top-entry .top-user{
    width: 46.875%;
    float: right;
}
main.top .top-entry .top-user .logout-top{
    width: 100%;
    max-width: 300px;
    margin: auto;
}
main.top .top-entry .top-user .ec-input dl{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
main.top .top-entry .top-user .ec-input dl dt{
    width: 20%;
    padding-right: 0.5em;
    line-height: 1.5;
}
main.top .top-entry .top-user .ec-input dl dd{
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
main.top .top-entry .top-user .ec-input dl dd input[type="email"]{
    width: 100%;
}
main.top .top-entry .top-user .ec-input dl dd .forgot{
    margin-left: 1em;
}
main.top .top-entry .top-user .ec-input .form-check{
    margin-left: 20%;
}
main.top .top-entry .top-user .ec-input button{
    max-width: 300px;
    margin: 15px auto 0;
    display: block;
}
main.top .top-entry .top-use{
    width: 50%;
    border-right: 1px solid #1E2A67;
    padding-right: 3.125%;
}
main.top .top-entry .top-use .use-txt{
    width: 66.666%;
    margin-right: 3.333%;
    float: left;
}
main.top .top-entry .top-use .notes{
    border: 2px solid #E7191A;
    color: #E7191A;
    padding: 8px 15px 8px 10px;
    margin-top: 7px;
}
main.top .top-entry .top-use .notes p{
    text-indent: -1em;
    padding-left: 1em;
}
main.top .top-entry .top-use a{
    width: 30%;
}
main.top .top-entry .top-use .notes.sp2{display: none;}

@media only screen and (max-width: 1000px) {
    main.top .top-entry .top-use .notes{display: none;}
    main.top .top-entry .top-use .notes.sp2{display: block;}
}
@media only screen and (max-width: 780px) {
    main.top .what-ega p.title{
        padding: 20px 0 10px;
    }
    main.top .what-ega span.triangle{
        border-width: 0 0 128px 150px;
    }
    main.top .top-entry .top-user .ec-input dl dt{
        width: 34.285%;
    }
    main.top .top-entry .top-user .ec-input dl dd{
        width: 65.715%;
    }
}
@media only screen and (max-width: 640px) {
    main.top .what-ega{
        background-color: #EBEDFA;
        padding-bottom: 20px;
    }
    main.top .what-ega span.triangle{
        display: none;
    }
    main.top .what-ega h2{
        width: 90%;
    }
    main.top .top-entry{
        padding: 0 5%;
    }
    main.top .top-entry .top-user,main.top .top-entry .top-use{
        width: 100%;
        float: none;
    }
    main.top .top-entry .top-use{
        border-top: 1px solid #1E2A67;
        border-right: none;
        padding-right: 0;
        padding-top: 30px;
        margin-top: 30px;
    }
}

/* *****************************************************************
新コンテンツ
***************************************************************** */
main.top .new-contents{
    width: 100%;
    margin-bottom: 40px;
    background: url("../img/index/bg1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
main.top .new-contents .contents-area{
    max-width: 1360px;
    padding: 0 30px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
main.top .new-contents .contents-area .contents1,
main.top .new-contents .contents-area .contents2{
    width: 46.875%;
    padding: 40px 0 50px;
}
main.top .new-contents .contents-area .contents2:before {
    content:"";
    display: block;
    padding-top: 46.348%;
}
main.top .new-contents .contents-area .title{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
main.top .new-contents .contents-area .show {
    max-width: 200px;
    display: block;
    margin: 20px auto 0;
}
main.top .new-contents .contents-area .sp-sub{
        display: none;
    }
@media (max-width: 1000px) {
    main.top .new-contents .contents-area .contents1,
    main.top .new-contents .contents-area .contents2{
        padding: 30px 0 45px;
    }
    main.top .new-contents .contents-area .contents2:before {
        padding-top: 65.348%;
    }
    main.top .new-contents .contents-area .title{
        margin-bottom: 10px;
    }
}
@media (max-width: 900px) {
    main.top .new-contents .contents-area .title{
        font-size: 26px;
    }
}
@media (max-width: 780px) {
    main.top .new-contents{
        background: none;
    }
    main.top .new-contents .contents-area{
        padding: 0;
        display:block;
    }
    main.top .new-contents .contents-area .sp-sub{
        display: block;
    }
    main.top .new-contents .contents-area .contents1,
    main.top .new-contents .contents-area .contents2{
        width: 100%;
        padding: 40px 5% 50px;
    }
    main.top .new-contents .contents-area .contents1{
        background-color: #1E2A67;
    }
    main.top .new-contents .contents-area .contents2{
        background-color: #E7191A;
    }
    main.top .new-contents .contents-area .contents2:before {
        padding-top: 0;
    }
}

/* *****************************************************************
カスタマー
***************************************************************** */
main.top .top-about{
    max-width: 1084px;
    margin: auto;
    padding: 0 30px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.top .top-about .flex{
    width: 48.046%;
}
main.top .top-about .box{
    width: 56.91%;
}
main.top .top-about .box p img{
    max-width: 270px;
    margin-bottom: 15px;
}
main.top .top-about .flex .photo{
    width: 40.65%;
}
@media (max-width: 780px) {
    main.top .top-about{
        padding: 0 5% 30px;
    }
    main.top .top-about .flex{
        display: block;
    }
    main.top .top-about .box,
    main.top .top-about .flex .photo{
        width: 100%;
    }
    main.top .top-about .flex .photo{
        margin-top: 10px;
    }
}
@media (max-width: 640px) {
    main.top .top-about{
        display: block;
        padding-bottom: 10px;
    }
    main.top .top-about .flex{
        width: 100%;
        margin-bottom: 25px;
    }
    main.top .top-about .box p img{
        margin-bottom: 10px;
    }
}

/* *****************************************************************
ブランド
***************************************************************** */
main.top .brand{
    width: 100%;
    background: url("../img/index/bg2.jpg") no-repeat;
    background-size: cover;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) inset;
    padding: 40px 0;
}
main.top .brand h4{
    max-width: 276px;
    margin: 0 auto 25px;
}
main.top .brand ul{
    max-width: 1340px;
    margin: auto;
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.top .brand ul li{
    width: 31.178%;
    background-color: rgba(255,255,255,0.65);
    padding: 15px;
}
main.top .brand ul li .brand-logo1{
    max-width: 297px;
    margin:0 auto 32px;
}
main.top .brand ul li .brand-logo2{
    max-width: 168px;
    margin:0 auto 28px;
}
main.top .brand ul li .brand-logo3{
    max-width: 163px;
    margin:0 auto 15px;
}
@media (max-width: 780px) {
    main.top .brand ul{
        padding: 0 5%;
        display: block;
    }
    main.top .brand ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    main.top .brand ul li .brand-logo1,
    main.top .brand ul li .brand-logo2,
    main.top .brand ul li .brand-logo3{
        margin:15px auto 5px;
    }






