


/* top */
.top-main{
display: flex;
}
.top-main-box{
flex: 0 0 50%;
	max-width: 50%;
position: relative;
	display: flex;
	justify-content: space-between;
	padding: 40px 40px;
	align-items: center;
}
.top-main-box a{
	text-decoration: none;
	color: #000;
}
.top-main-box-ph{
	flex: 0 0 40%;
}
.top-main-box-ph a{
}
.top-main-box-ph img{
}
.top-main-box-tx{
	flex: 0 0 60%;
	text-align: center;
	position: relative;
	padding-bottom: 16px;
}
.top-main-box-tx a{
	display: block;
}

.top-main-box-tx strong{
	font-size: 1.6em;
	text-align: center;
	display: block;
	margin-bottom: 8px;
}

.top-main-box-tx span{ position: absolute; bottom: 0;}
.top-main-box-tx span i{}

.top-main-box-tx em{
	position: absolute; 
	left: 0; bottom: -32px; width: 100%;
}

.top-main-box-tx em b{
	display: inline-block; 
	background: #c00; color: #fff; font-size: 18px; padding: 8px 24px; }

.top-main-box-egx{
	background: #f2f3ed;
}
.top-main-box-engine{
	background: #444;
}
.top-main-box-engine a{
	color: #fff;
}

/* ここから下がボタンのCSS　*/
.top-main-box a span{
	margin: auto;
  display: inline-flex;
  width: 64px;
  height: 64px;
  font-size: 24px;
  position: relative;
  opacity: 1 !important;
  border-radius: 100%;
  overflow: hidden;
	color: #333;
}
.top-main-box a span:before,
.top-main-box a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #c00;
  pointer-events: none;
}
.top-main-box a span:before {
  bottom: 0;
  left: 0;
}
.top-main-box a span:after {
  top: 0;
  right: 0;
}
.top-main-box a span:hover {
  color: #c00;
}
.top-main-box a span:hover:before,
.top-main-box a span:hover:after {
  height: 100%;
}
.top-main-box a span:hover:before {
  transition: height 0.2s 0.2s linear;
}
.top-main-box a span:hover:after {
  transition: height 0.2s linear;
}
.top-main-box a span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}




.top {
    width: 100%;
    display: flex;
    height: 552px;
    min-width: 1060px;
}

.top-left,.top-right {
    position: relative;
    background-color: blue;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-left {
    background: url(../images/top-left-bg.jpg) no-repeat center;
    background-size: cover;
}

.top-right {
    background: url(../images/top-right-bg.jpg) no-repeat center;
    background-size: cover;
}

.top-right img {
    max-width: 200px;
    width: 65%;
    margin-top: 8px;
}

.top-ttl {
    position: absolute;
    right: 0;
    top: 33%;
    padding-right: 5vw;
}
.top-ttl em{
display: inline-block;
background: #c00; padding: 8px 24px; color: #fff;
}

.top-ttl .ttl-style {
    font-size: 1.8em;
    /*font-style: italic;*/
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 1280px){
.top-ttl {
    padding-right: 3.3vw;
}
 .top-ttl .ttl-style{
 font-size: 1.6em;
 }
}


.top-ttl .white, .ttl-line .white {
 color: #FFF;
 border: 0;
}

.ttl-line {
    width: 50px;
    height: 4px;
    background-color: #cc0000;
    margin-top: 25px;
    transform: skew(-30deg, 0);
}


/* <--top-button */
.container {
    position: absolute;
    padding: 0 120px 100px 0;
    bottom: 0;
    right: 0;
}

.btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100px;
    height: 100px;
    font-size: 14px;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #000;
    border-radius: 100%;
    transition: color 0.4s;
    overflow: hidden;
  }
  .btn-loading:before,
  .btn-loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #FFF;
    pointer-events: none;
  }
  .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  .btn-loading:after {
    top: 0;
    right: 0;
  }

  .btn-loading:hover:before,
  .btn-loading:hover:after {
    height: 100%;
  }
  .btn-loading:hover:before {
    transition: height 0.2s 0.2s linear;
  }
  .btn-loading:hover:after {
    transition: height 0.2s linear;
  }
  .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .container span::after {
    top: 50%;
    left: 50%;
    transform: translate(-54%, -54%);
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    background-position: 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='butt' stroke-linejoin='arcs'%3E%3Cpath d='M5 12h13M12 5l7 7-7 7'/%3E%3C/svg%3E");
    transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
    opacity: .7;
  }
  .container span:hover::after {
    transform: translate(-30%, -54%);
    transition: .7s ease-in-out;
    opacity: 1;
  }
/* top-button--> */


/* lineup */

/* lineup-base */
.lineup {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 150px;
}

.lineup h2 {
    margin-bottom: 40px;
    border-bottom: 3px solid #000;
    display: inline-block;
    font-size: 1.4em;
}

.lineup .ttl-line {
    display: none;
}


.lineup-1{
 display: flex; 
 justify-content: flex-start;
 flex-wrap: wrap;
}

.lineup-2 {
    padding-top: 100px;
}

.lineup section {
 flex: 0 0 31%;
 margin:0 1% 24px;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
}


/* <--lineup-img */
.lineup .lineup-box {
    background-color: #000;
    height: 300px;
    overflow: hidden;
    position: relative;
}


.lineup .lineup-box img{
    width: 100%;
    object-fit: cover;
    height: 300px;
}


.lineup .lineup-box em{
 position: absolute;
 left: 0; top: 0;
 width: 100px;
 height: 100px;
 display: flex; align-items: flex-start;
 color: #fff;
}
.lineup .lineup-box em i{
 display: block;
 z-index: 2;
 padding: 20px 0 0 8px;
}
.lineup .lineup-box em::after {
 width: 0;
height: 0;
 content: "";
 display: block;
border-style: solid;
border-width: 100px 100px 0 0;
border-color: #c00 transparent transparent transparent;
 position: absolute; top: 0; left: 0; z-index: 0;
}

.lineup-box .name {
    color: #FFF;
    align-self: center;
    position: absolute;
    top: 64%;
    left: 6%;
}
.lineup-box .name a{
    color: #FFF;
 text-decoration: none;
}
.lineup-box .name a:hover{
 text-decoration: underline;
}


.lineup-box .nameblack {
    color: #000;
}
.lineup-box .nameblack a{
    color: #000;
}

.lineup-box b{display: block;}
.lineup-box strong {
    font-size: 1.5em;
    /*font-style: italic;*/
    padding-right: 10px;
}
/* lineup-img--> */


.lineup ul {
    padding: 16px 8px;
    display: flex;
 flex-wrap: wrap;
    background-color: #FFF;
    margin: 0 auto;
    width: 100%;
    justify-content: flex-start;
}

.lineup ul li {
    list-style: none;
    padding: 4px 1px;
    font-size: 1em;
 flex: 0 1 auto;
 min-width: 25%;
}
.lineup ul li.w40 {
 flex: 0 1 auto;
 min-width: 45%;
}


.lineup .list-x {
    height: 100%;
}


.lineup ul li a {
    text-decoration: none;
    color: #000;
    padding: 2px 10px;
    border-radius: 8px 0 8px 0;
}

.lineup ul li a:hover {
    color: #FFF;
    background-color: #000;
    transition: .4s ease-in-out;
}


/* banner */
.banner {
    background: url(../images/banner-bg.jpg) no-repeat center;
    background-color: #cc0000;
    width: 100%;
    min-height: 60vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner-txt {
    color: #FFF;
    font-weight: 600;
    font-size: 2.2em;
    line-height: 1.7em;
    text-shadow: 3px -2px 4px #5e5e5e;;
}

.banner-imgbox {
    width: 420px;
    height: 110px;
    margin: 20px 0;
}

.banner-imgbox a {
    width: 100%;
    height: 100%;
    display: block;
}

.banner-imgbox img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.banner-imgbox a:hover img {
    transition-duration: 0.5s;
    box-shadow: 0 5px 15px #2e2e2e;
    transform: translate(0, -10px);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


@media (max-width: 576px){
    .top {
        flex-direction: column;
        height: 70vh;
        min-width: 320px;
    }

    .top-ttl {
        padding-right: 50px;
        top: 20%;
        width: 52%;
    }

    .top-ttl br {
        display: none;
    }

    .ttl-line {
        margin-top: 15px;
        height: 3px;
        width: 40px;
    }

    .top-ttl .ttl-style {
        font-size: 1em;
        font-weight: 400;
    }


/* <--top-button */
    a.btn-loading {
        width: 70px;
        height: 70px;
        transition: color .3s;
    }

    .container {
        padding: 0 40px 55px 0;
    }

    .container span::after {
        width: 30px;
        height: 30px;
        transform: translate(-59%, -54%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='butt' stroke-linejoin='arcs'%3E%3Cpath d='M5 12h13M12 5l7 7-7 7'/%3E%3C/svg%3E");
    }
/* top-button--> */


 
    .lineup {
        padding: 65px 0;
    }

    .lineup-2 {
        padding-top: 0;
    }

    .lineup h2 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        border: none;
        margin-bottom: 0;
    }

    .lineup .ttl-line {
        display: block;
        margin: 10px auto 25px;
    }

    .banner {
        display: block;
        background-position: -23% -26%;
        background-size: 175% 60%;
    }

    .banner-txt {
        font-size: 1em;
        padding: 40px 0 30px 30px;
    }

    .banner-img {
        background-color: #FFF;
    }

    .banner-imgbox {
        height: 100%;
        margin: 5px 0;
        width: 100%;
    }
	
		/*top*/
	.top-main{display: block;}
	.top-main-box{padding:24px; max-width: 100%;}
	.top-main-box-ph{flex: 0 0 35%;}
	.top-main-box-tx{flex: 0 0 65%;}
	.top-main-box-tx strong{font-size:1.3em;}
	.top-main-box-tx em{position: relative; bottom: -4px;}
	.top-main-box-tx em b{padding: 8px; font-size: 1.1em;}
	.btn-loading span{}
	.top-main-box a span{width:40px; height: 40px;}
    
}

.engine-common-header{display: none;}


@media (max-width: 736px){
    .top {
        flex-direction: column;
        height: 1000px;
        min-width: 100%;
    }
 .lineup{max-width: 92%; }
 .lineup section{flex: 0 0 46%; margin: 0 2% 4%;}
 
 .banner{display: block; text-align: center; background-color: #c00; padding-bottom: 24px;}
 .banner-txt{padding: 24px; font-size: 18px;}
 .banner-img{text-align: center; background: none;}
 .banner-imgbox{width: auto; max-width: 90%; margin: auto;height: auto;}
 
}
@media (max-width: 480px){
.top {
        height: 600px;
    }
 .lineup-1{display: block;}
}



